Represents one of the four channels of a Color.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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. |