RGB565.this

Standard CTOR with 8bit normalized inputs

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

Meta