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

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

byte r
 
byte g
 
byte b
 
byte a
 

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