ColorRGB.this

Create a Color from the specified Bytes.

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

Meta