RGB24Color
-
struct
HPS.RGB24Color Public Functions
-
override bool
Equals(object obj)
-
bool
Equals(RGB24Color c)
-
override int
GetHashCode()
-
byte
Gray()
-
bool
IsGray()
-
RGB24Color(byte gray)
-
RGB24Color(byte rr, byte gg, byte bb)
-
RGB24Color(RGB24Color c)
-
RGB24Color(RGBColor c)
Public Static Functions
-
bool
operator!=(RGB24Color a, RGB24Color b)
-
bool
operator==(RGB24Color a, RGB24Color b)
-
override bool