![]() Color to EZLCDColor Conversion | Explicit cast operator to convert a 24-bit System.Drawing.Color object to an 8-bit EZLCDColor object. Note System.Drawing.Color represents a 24-bit color. Some data may be lsot in the conversion to 8-bit. |
![]() EZLCDColor to Byte Conversion | Implicit cast operator to access the color data as a byte. |
![]() EZLCDColor to Color Conversion | Implicit cast operator to convert an 8-bit EZLCDColor object to a 24-bit System.Drawing.Color object. |
EZLCDColor | Overloaded. Initializes a new instance of the EZLCDColor class. |
B | Gets the blue component of the color. |
G | Gets the green component of the color. |
R | Gets the red component of the 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. |
EZLCDColor Structure | EZLCD.Core Namespace