CurveChannel Enum

Definition

Specifies which color channels are affected by a ColorCurveEffect.

public enum class CurveChannel
public enum CurveChannel
type CurveChannel = 
Public Enum CurveChannel
Inheritance
CurveChannel

Fields

All 0

The color adjustment applies to all channels.

Blue 3

The color adjustment applies only to the blue channel.

Green 2

The color adjustment applies only to the green channel.

Red 1

The color adjustment applies only to the red channel.

Applies to