The RgbColor type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Clone |
Creates a full copy of this RgbColor object. |
![]() |
ConvertColorSpace |
Converts color value to another color space. (Inherited from Color.) |
![]() |
Equals |
Compares this RgbColor with specified object. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetChannel | Overloaded. Gets value stored in specified channel of this color. |
![]() |
GetChannel32 | Overloaded. Gets extended (16-bit) value stored in specified channel of this color. |
![]() |
GetHashCode |
Returns a hash code for this RgbColor class. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToArray |
Returns a byte array that contains all channels of the color (8 bits per channel). (Inherited from Color.) |
![]() |
ToArray32 |
Returns an integer numbers array that contains all channels of the color (16 bits per channel). (Inherited from Color.) |
![]() |
ToGdiplusColor |
Returns System.Drawing.Color containing the same color value as this RgbColor does. (Overrides Color.ToGdiplusColor().) |
![]() |
ToInt32 |
Returns non-extended (8 bit per channel) numeric representation of this RgbColor. (Overrides Color.ToInt32().) |
![]() |
ToInt64 |
Returns extended (16 bit per channel) numeric representation of this RgbColor. (Overrides Color.ToInt64().) |
![]() |
ToString |
Returns a string representation of this RgbColor. (Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() |
Implicit | Overloaded. Casts RGB color data format. |