Click or drag to resize
EffectChannelSelect Enumeration
Specifies which color channel of an image to use as source data for effect processing.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum EffectChannelSelect
Members
  Member nameValueDescription
Red0Use the red channel of the image.
Green1Use the green channel of the image.
Blue2Use the blue channel of the image.
Alpha3Use the alpha channel of the image.
See Also