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)
-
override bool