Color.this

Color constructor (float).

  1. this(ubyte r, ubyte g, ubyte b, ubyte a)
  2. this(float r, float g, float b, float a)
    struct Color
    @nogc nothrow
    this
    (
    in float r
    ,
    in float g
    ,
    in float b
    ,
    in float a = 1.0f
    )

Meta