Represents one of the four channels of a Color.

Namespace: Mindscape.PhoneElements
Assembly: 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 nameValueDescription
Alpha0 The alpha channel.
Red1 The red channel.
Green2 The green channel.
Blue3 The blue channel.

See Also