Color.this

CTor Expect that every component is in range 0.0 .. 1.0

  1. this(ubyte red, ubyte green, ubyte blue, ubyte alpha)
  2. this(float red, float green, float blue, float alpha)
    struct Color
    pure nothrow
    this
    (
    float red
    ,
    float green
    ,
    float blue
    ,
    float alpha = 1f
    )

Meta