Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class ColorMatrixFlag

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.ColorMatrixFlag


  • public final class ColorMatrixFlag
    extends com.aspose.ms.System.Enum

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

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int AltGrays
      Only gray shades are adjusted.
      static int Default
      All color values, including gray shades, are adjusted by the same color-adjustment matrix.
      static int SkipGrays
      All colors are adjusted, but gray shades are not adjusted.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Default

        public static final int Default

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

        See Also:
        Constant Field Values
      • 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.

        See Also:
        Constant Field Values
      • AltGrays

        public static final int AltGrays

        Only gray shades are adjusted.

        See Also:
        Constant Field Values