RGBA_f32

4 * 32 bit floating point pixel representation. Used for RGBA conversion and other things.

Constructors

this
this(float fR, float fG, float fB, float fA)

Standard CTOR

this
this(ColorType orig)

Conversion CTOR

this
this(float fY, float fA)

Conversion CTOR from monochrome

Members

Variables

fA
float fA;
Undocumented in source.
fB
float fB;
Undocumented in source.
fG
float fG;
Undocumented in source.
fR
float fR;
Undocumented in source.

Meta