fromHsl

Converts hsl to rgb

  1. Color fromHsl(real[3] hsl)
  2. Color fromHsl(double h, double s, double l, double a)
    @safe nothrow pure @safe @nogc
    fromHsl
    (
    double h
    ,
    double s
    ,
    double l
    ,
    double a = 255
    )

Meta