MobileForms Toolkit Documentation

ColorEx Methods

The methods of the ColorEx structure are listed below. For a complete list of ColorEx structure members, see the ColorEx Members topic.

Public Static Methods

FromArgb Creates a Color structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits.
FromColor Creates a Color structure from the alpha component and color values. Although this method allows a 32-bit value to be passed for alpha component, the value of the alpha component is limited to 8 bits.

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

ColorEx Class | Resco.Drawing Namespace