Color Methods |
The Color type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToHexRGB |
Creates a string representation for this color in the RGB hex format.
|
![]() | ToHexRGBA |
Creates a string representation for this color in the RGBA hex format.
|
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
![]() | ToString(String) |
Returns a string representation of the value of this Color instance, according to the provided
format specifier.
|
![]() | ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. |
Name | Description | |
---|---|---|
![]() | ToColor | Overloaded.
Converts the Color instance to Color.
(Defined by ColorExtensions.) |
![]() | ToColor | Overloaded.
Converts the Color instance to Color.
(Defined by ColorExtensions.) |