ColorHSL.this

Create a Color from the specified doubles.

  1. this()
  2. this(double hue, double saturation, double luminance, double opacity = 0)
    class ColorHSL
    this
    (
    double hue
    ,
    double saturation
    ,
    double luminance
    ,
    double opacity = 0
    )
  3. this(string color)

Meta