Table of Contents

Enum ChannelSelector

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies a color channel of an effect's input. D2D1_CHANNEL_SELECTOR

public enum ChannelSelector

Fields

R = 0

The effect uses the red channel.

G = 1

The effect uses the green channel.

B = 2

The effect uses the blue channel.

A = 3

The effect uses the alpha channel.