EffectChannelSelect Enumeration |
Namespace: Microsoft.Graphics.Canvas.Effects
public enum EffectChannelSelect
Member name | Value | Description | |
---|---|---|---|
Red | 0 | Use the red channel of the image. | |
Green | 1 | Use the green channel of the image. | |
Blue | 2 | Use the blue channel of the image. | |
Alpha | 3 | Use the alpha channel of the image. |