fromHsl

Converts hsl to rgb

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

Meta