Color Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Overridden. Determines whether the specified object equals this Color. |
| FromArgb | Overloaded. Creates a Color structure from the four 8-bit ARGB components (alpha, red, green, and blue) values. |
| FromKnownColor | Creates a Color structure from the specified predefined color. |
| FromName | Creates a Color structure from the specified name of a predefined color. |
| FromSysIcv | Gets a system-defined color. |
| GetBrightness | Gets the hue-saturation-brightness (HSB) brightness value for this Color structure. |
| GetHashCode | Overridden. Returns a hash code for this Color structure. |
| GetHue | Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this Color structure. |
| GetSaturation | Gets the hue-saturation-brightness (HSB) saturation value for this Color structure. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| op_Equality | Tests whether two specified Color structures are equivalent. |
| op_Inequality | Tests whether two specified Color structures are different. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToArgb | Gets the 32-bit ARGB value of this Color structure. |
| ToKnownColor | Gets the KnownColor value of this Color structure. |
| ToString | Overridden. Converts this Color structure to a human-readable string. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: