Represents one of the four channels of a Color.
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum ColorChannel |
| Visual Basic |
|---|
Public Enumeration ColorChannel |
| Visual C++ |
|---|
public enum class ColorChannel |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Alpha | 0 | The alpha channel. | |
| Red | 1 | The red channel. | |
| Green | 2 | The green channel. | |
| Blue | 3 | The blue channel. |