![]() EZLCDColorEx to EZLCDColor Conversion | Explicit cast operator to convert from a 16-bit EZLCDColorEx object to an 8-Bit EZLCDColor object. |
![]() Color to EZLCDColorEx Conversion | Explicit Cast operator to convert from a 24-bit System.Color object to a 16-bit EZLCDColorEx object. /// |
![]() EZLCDColor to EZLCDColorEx Conversion | Implicit cast operator to convert from an 8-bit EZLCDColor object to a 16-bit EZLCDColorEx object. |
EZLCDColorEx | Overloaded. Initializes a new instance of the EZLCDColorEx class. |
B | Get the blue component of this color. |
G | Get the green component of this color. |
HighByte | Get the high order byte of the 16-bit color. |
LowByte | Get the low order byte of the 16-bit color. |
R | Get the red component of this color. |
Equals (inherited from ValueType) | Indicates whether this instance and a specified object are equal. |
GetHashCode (inherited from ValueType) | Returns the hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from ValueType) | Returns the fully qualified type name of this instance. |
EZLCDColorEx Structure | EZLCD.Core Namespace