Color.this

Color constructor.

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

Meta