RGB888Templ.this

Standard CTOR

  1. this(ubyte r, ubyte g, ubyte b)
    struct RGB888Templ(Endianness byteOrder = Endianness.Little)
    pure nothrow @safe @nogc
    this
    (
    ubyte r
    ,
    ubyte g
    ,
    ubyte b
    )
  2. this(float fR, float fG, float fB, float fA)
  3. this(float fY, float fA)
  4. this(ColorType orig)
  5. this(ubyte p)

Meta