Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfLogicalColorSpaceEnum

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


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

    The LogicalColorSpace Enumeration specifies the type of color space.

    • 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 LCS_CALIBRATED_RGB
      Color values are calibrated red green blue (RGB) values.
      static int LCS_sRGB
      The value is an encoding of the ASCII characters "sRGB", and it indicates that the color values are sRGB values.
      static int LCS_WINDOWS_COLOR_SPACE
      The value is an encoding of the ASCII characters "Win ", including the trailing space, and it indicates that the color values are Windows default color space 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

      • LCS_CALIBRATED_RGB

        public static final int LCS_CALIBRATED_RGB

        Color values are calibrated red green blue (RGB) values.

        See Also:
        Constant Field Values
      • LCS_sRGB

        public static final int LCS_sRGB

        The value is an encoding of the ASCII characters "sRGB", and it indicates that the color values are sRGB values.

        See Also:
        Constant Field Values
      • LCS_WINDOWS_COLOR_SPACE

        public static final int LCS_WINDOWS_COLOR_SPACE

        The value is an encoding of the ASCII characters "Win ", including the trailing space, and it indicates that the color values are Windows default color space values.

        See Also:
        Constant Field Values