public final class WmfLogicalColorSpaceEnum
extends com.aspose.ms.System.Enum
The LogicalColorSpace Enumeration specifies the type of color space.
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.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final int LCS_CALIBRATED_RGB
Color values are calibrated red green blue (RGB) values.
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.
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.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.