RGBA16_16_16_16Templ.this

Standard CTOR

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

Meta