ColorRGB.this

Create a Color from the specified doubles. The values should be between 0.0 and 1.0.

  1. this()
  2. this(ubyte red, ubyte green, ubyte blue, ubyte opacity)
  3. this(double red, double green, double blue, double opacity)
    class ColorRGB
    this
    (
    double red
    ,
    double green
    ,
    double blue
    ,
    double opacity = 0
    )
  4. this(string color)

Meta