RGBA32Color

struct HPS.RGBA32Color

Public Functions

override bool Equals (object obj)
bool Equals (RGBA32Color c)
override int GetHashCode ()
byte Gray ()
bool IsGray ()
RGBA32Color (byte rr, byte gg, byte bb)
RGBA32Color (byte rr, byte gg, byte bb, byte aa)
RGBA32Color (RGBA32Color c)
RGBA32Color (RGBAColor c)
RGBA32Color (RGBAColor c, byte mix)
RGBA32Color (RGBColor c)
RGBA32Color (RGBColor c, byte aa)
RGBA32Color (RGBColor c, float alpha)

Public Members

byte a
byte b
byte g
byte r

Public Static Functions

RGBA32Color Black ()
byte Opaque_Alpha ()
bool operator!= (RGBA32Color a, RGBA32Color b)
bool operator== (RGBA32Color a, RGBA32Color b)
RGBA32Color White ()