Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
HPS.RGBAS32Color Struct Reference

Public Member Functions

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

Static Public Member Functions

static RGBAS32Color Black ()
 
static RGBAS32Color White ()
 
static RGBAS32Color Invalid ()
 
static byte Opaque_Alpha ()
 
static bool operator== (RGBAS32Color a, RGBAS32Color b)
 
static bool operator!= (RGBAS32Color a, RGBAS32Color b)
 

Public Attributes

byte b
 
byte g
 
byte r
 
byte a
 

The documentation for this struct was generated from the following file: