Color Methods |
The Color type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified object is a Color> structure and is equivalent to
this Color structure.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(Color) | |
![]() ![]() | FromArgb(Int32) |
Creates a Color structure from a 32-bit ARGB value.
|
![]() ![]() | FromArgb(Int32, Color) | |
![]() ![]() | FromArgb(Int32, Int32, Int32) |
Creates a Color structure from the specified 8-bit color values (red, green, and blue) and
the alpha value is implicitly 255 (fully opaque).
|
![]() ![]() | FromArgb(Int32, Int32, Int32, Int32) |
Creates a Color structure from the four ARGB component (alpha, red, green, and blue) values.
|
![]() | GetBrightness |
Gets the hue-saturation-brightness (HSB) brightness value for this Color structure.
|
![]() | GetHashCode |
Gets a hash code for this Color structure.
(Overrides ValueTypeGetHashCode.) |
![]() | 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 | (Inherited from Object.) |
![]() | ToArgb |
Gets the 32-bit ARGB value of this Color structure.
|
![]() | ToString | (Inherited from ValueType.) |