<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3" />

CurveChannel

public enum CurveChannel
Specifies which color channels are affected by a ColorCurveEffect.
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.