Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class ColorAdjustType

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


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

    Specifies which objects use color adjustment information.

    • 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 Any
      The number of types specified.
      static int Bitmap
      Color adjustment information for Bitmap objects.
      static int Brush
      Color adjustment information for Brush objects.
      static int Count
      The number of types specified.
      static int Default
      Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.
      static int Pen
      Color adjustment information for Pen objects.
      static int Text
      Color adjustment information for text.
      • 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

        Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.

        See Also:
        Constant Field Values
      • Bitmap

        public static final int Bitmap

        Color adjustment information for Bitmap objects.

        See Also:
        Constant Field Values
      • Brush

        public static final int Brush

        Color adjustment information for Brush objects.

        See Also:
        Constant Field Values
      • Pen

        public static final int Pen

        Color adjustment information for Pen objects.

        See Also:
        Constant Field Values
      • Text

        public static final int Text

        Color adjustment information for text.

        See Also:
        Constant Field Values