Color Structure |
Namespace: Windows.UI
public struct Color
The Color type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() ![]() | FromArgb |
Creates a new Windows.UI.Color structure by using the specified sRGB alpha
channel and color channel values.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | A |
Gets or sets the sRGB alpha channel value of the color.
|
![]() | B |
Gets or sets the sRGB blue channel value of the color.
|
![]() | G |
Gets or sets the sRGB green channel value of the color.
|
![]() | R |
Gets or sets the sRGB red channel value of the color.
|