Represents one of the four channels of a Color.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum ColorChannel
Visual Basic (Declaration)
Public Enumeration ColorChannel

Members

Member nameDescription
Alpha
The alpha channel.
Red
The red channel.
Green
The green channel.
Blue
The blue channel.

See Also