ezLCD SDK Documentation

EZLCDColorEx Members

 [This is preliminary documentation and subject to change.]

EZLCDColorEx overview

Public Static (Shared) Type Conversions

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.

Public Instance Constructors

EZLCDColorExOverloaded. Initializes a new instance of the EZLCDColorEx class.

Public Instance Properties

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.

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

EZLCDColorEx Structure | EZLCD.Core Namespace