Packages

 

com.aspose.imaging.fileformats.emf.emf.consts

Class EmfDibColors

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emf.consts.EmfDibColors


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

    The DIBColors enumeration defines how to interpret the values in the color table of a DIB.

    • 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 DIB_PAL_COLORS
      The color table consists of an array of 16-bit indexes into the LogPalette object (section 2.2.17) that is currently defined in the playback device context.
      static int DIB_PAL_INDICES
      No color table exists.
      static int DIB_RGB_COLORS
      The color table contains literal RGB values
      • 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

      • DIB_RGB_COLORS

        public static final int DIB_RGB_COLORS

        The color table contains literal RGB values

        See Also:
        Constant Field Values
      • DIB_PAL_COLORS

        public static final int DIB_PAL_COLORS

        The color table consists of an array of 16-bit indexes into the LogPalette object (section 2.2.17) that is currently defined in the playback device context.

        See Also:
        Constant Field Values
      • DIB_PAL_INDICES

        public static final int DIB_PAL_INDICES

        No color table exists. The pixels in the DIB are indices into the current logical palette in the playback device context.

        See Also:
        Constant Field Values