EmfPlusCurveChannel

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfPlusCurveChannel extends System.Enum

CurveChannel 枚举定义可受颜色曲线效果调整影响的图像颜色通道。

字段

字段描述
CurveChannelAll指定颜色曲线调整适用于所有颜色通道。
CurveChannelRed指定颜色曲线调整仅适用于红色通道。
CurveChannelGreen指定颜色曲线调整仅适用于绿色通道。
CurveChannelBlue指定颜色曲线调整仅适用于蓝色通道。

CurveChannelAll

public static final int CurveChannelAll

指定颜色曲线调整适用于所有颜色通道。

CurveChannelRed

public static final int CurveChannelRed

指定颜色曲线调整仅适用于红色通道。

CurveChannelGreen

public static final int CurveChannelGreen

指定颜色曲线调整仅适用于绿色通道。

CurveChannelBlue

public static final int CurveChannelBlue

指定颜色曲线调整仅适用于蓝色通道。