The Color type exposes the following members.
Name | Description | |
---|---|---|
Convert |
Converts this color to the specified pixel format. |
|
Dispose |
Releases all resources used by this Color. |
|
Equals |
Tests whether the specified object is a Color instance and is equivalent to this Color. (Overrides Object.Equals(Object).) |
|
Finalize | (Overrides Object.Finalize().) | |
FromGdiPlusColor |
Get the RgbColor constructed from a System.Drawing.Color value. |
|
GetCopy | ||
GetHashCode |
Returns a hash code for this Color. (Overrides Object.GetHashCode().) |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ScaleAlpha |
Scales the alpha channel. |
|
ToGdiPlusColor |
Gets the System.Drawing.Color containing the same color value as this Color does. |
|
ToInt32 |
Gets a non-extended (8 bit per channel) numeric representation of the Color. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Equality |
Tests whether two specified Color instances are equivalent. |
|
Implicit | Overloaded. | |
Inequality |
Tests whether two specified Color instances are different. |
Name | Description | |
---|---|---|
ChannelCount |
Gets a number of channels available in this color. |
|
ColorSpace |
Gets a color space of the color. |
|
IsTransparent |
Gets a value indicating whether this color is transparent. |
|
Item |
Gets a value stored in specified channel of this color. |
|
PixelFormat |
Gets a pixel format of this color. |
|
Profile |
Gets or sets a color profile associated with this color. |