Pixel

Undocumented in source.

Constructors

this
this(int r, int g, int b, int a)
Undocumented in source.

Members

Variables

a
ushort a;
b
ushort b;
g
ushort g;

Note that alpha defaults to opaque for _8 bit_ formats. For 16 bit formats, be aware of this.

r
ushort r;

Note that alpha defaults to opaque for _8 bit_ formats. For 16 bit formats, be aware of this.

Meta