Color Methods |
The Color type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ValueTypeEquals(Object).) |
![]() | Equals(Color) | |
![]() ![]() | FromHsl(Int32, Int32, Int32) |
Creates a new color instance from the specified Hue, Saturation and Lightness components.
|
![]() ![]() | FromHsl(Int32, Int32, Int32, Double) |
Creates a new color instance from the specified Hue, Saturation and Lightness components and transparency.
|
![]() ![]() | FromName(ColorName) |
Creates a new color instance from the specified color name.
|
![]() ![]() | FromName(ColorName, Double) |
Creates a new color instance from the specified color name and luminance.
|
![]() ![]() | FromName(ColorName, Double, Double) |
Creates a new color instance from the specified color name, luminance and transparency.
|
![]() ![]() | FromRgb(Int32, Int32, Int32) |
Creates a new color instance from the specified Red, Green and Blue components.
|
![]() ![]() | FromRgb(Int32, Int32, Int32, Double) |
Creates a new color instance from the specified Red, Green and Blue components and transparency.
|
![]() | GetHashCode |
Returns a hash code for this Color instance.
(Overrides ValueTypeGetHashCode.) |
![]() | ToString | (Overrides ValueTypeToString.) |