Name | Description | |
---|---|---|
![]() | Clone | Clones this instance. |
![]() | Equals | Overloaded. Indicates whether the current object is equal to another object of the same type. |
![]() ![]() | FromArgb | Overloaded. Creates a Color structure from the four 8-bit ARGB components (alpha, red, green, and blue) values. |
![]() ![]() | FromFormatColorEnum | Creates a Color structure from the specified format color enum. |
![]() ![]() | FromIndexedColor | Creates a Color structure from the specified indexed color. |
![]() ![]() | FromKnownColor | Creates a Color structure from the specified predefined color. |
![]() ![]() | FromThemeColor | Creates a Color structure from the specified predefined color. |
![]() | GetHashCode | Returns a hash code for this instance. |
![]() | IsAutoColor | Gets a value indicating whether this color represent an automatic color. |
![]() | IsEmpty | Gets a value indicating whether this color represent an empty color. |
![]() | IsKnownColor | Gets a value indicating whether this Color structure is a predefined color. Predefined colors are represented by the elements of the KnownColor enumeration. |
![]() | IsNoDefinedColor | Gets a value indicating whether this color is not defined. |
![]() | ToArgb | Gets the 32-bit ARGB value of this Color structure. |
![]() | ToGrayscale | Get the corresponding grayscale color. |
![]() | ToIndexedColor | Gets the indexed color value of this Color structure. |
![]() | ToKnownColor | Gets the GrapeCity.Core.KnownColor value of this Color structure. |
![]() | ToString | Returns the fully qualified type name of this instance. |
![]() | ToThemeColors | Gets the GrapeCity.Core.ThemeColors value of this Color structure. |