ezLCD SDK Documentation

EZLCDColor Members

 [This is preliminary documentation and subject to change.]

EZLCDColor overview

Public Static (Shared) Type Conversions

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.

Public Instance Constructors

EZLCDColorOverloaded. Initializes a new instance of the EZLCDColor class.

Public Instance Properties

B Gets the blue component of the color.
G Gets the green component of the color.
R Gets the red component of the color.

Public Instance Methods

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.

See Also

EZLCDColor Structure | EZLCD.Core Namespace