ColorMatrixFlag

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

public final class ColorMatrixFlag extends System.Enum

Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an ImageAttributes.

Fields

FieldDescription
DefaultAll color values, including gray shades, are adjusted by the same color-adjustment matrix.
SkipGraysAll colors are adjusted, but gray shades are not adjusted.
AltGraysOnly gray shades are adjusted.

Default

public static final int Default

All color values, including gray shades, are adjusted by the same color-adjustment matrix.

SkipGrays

public static final int SkipGrays

All colors are adjusted, but gray shades are not adjusted. A gray shade is any color that has the same value for its red, green, and blue components.

AltGrays

public static final int AltGrays

Only gray shades are adjusted.