RGBAColor

struct HPS.RGBAColor

Public Functions

override bool Equals (object obj)
bool Equals (RGBAColor c, int in_tolerance = 32)
override int GetHashCode ()
float Gray ()
bool IsGray ()
bool IsValid ()
RGBAColor (float gray)
RGBAColor (float gray, float a)
RGBAColor (float r, float g, float b)
RGBAColor (float r, float g, float b, float a)
RGBAColor (RGBA32Color c32)
RGBAColor (RGBAColor color)
RGBAColor (RGBAS32Color c32)
RGBAColor (RGBColor c)
RGBAColor (RGBColor c, float a)

Public Members

float alpha
float blue
float green
float red

Public Static Functions

RGBAColor Black ()
RGBAColor Invalid ()
bool operator!= (RGBAColor a, RGBAColor b)
bool operator== (RGBAColor a, RGBAColor b)
RGBAColor White ()