Packages

 

com.aspose.cad

Class DitheringMethods

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.DitheringMethods


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

    The dithering methods used to control color conversion.

    • 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 CustomConverter
      The custom converter.
      static int PaletteConversion
      The palette is not ignored and wise color conversion should be applied.
      static int PaletteIgnore
      The palette is ignored
      • 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, parseQuick, parseQuick, register, toObject, toString
    • Field Detail

      • PaletteIgnore

        public static final int PaletteIgnore

        The palette is ignored

        See Also:
        Constant Field Values
      • PaletteConversion

        public static final int PaletteConversion

        The palette is not ignored and wise color conversion should be applied.

        See Also:
        Constant Field Values
      • CustomConverter

        public static final int CustomConverter

        The custom converter.

        See Also:
        Constant Field Values