public final class EmfIlluminant
extends com.aspose.ms.System.Enum
The Illuminant enumeration defines values that specify the illuminant value of an image, which determines the standard light source under which the image is viewed so that the color can be adjusted appropriately.
Modifier and Type | Field and Description |
---|---|
static int |
ILLUMINANT_B
Noon sunlight.
|
static int |
ILLUMINANT_D50
Normal print
|
static int |
ILLUMINANT_D55
Bond paper print.
|
static int |
ILLUMINANT_D65
Standard daylight.
|
static int |
ILLUMINANT_D75
Northern daylight.
|
static int |
ILLUMINANT_DAYLIGHT
Daylight illumination
|
static int |
ILLUMINANT_DEVICE_DEFAULT
Device's default.
|
static int |
ILLUMINANT_FLUORESCENT
Cool white lamp.
|
static int |
ILLUMINANT_TUNGSTEN
Tungsten lamp.
|
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
public static final int ILLUMINANT_DEVICE_DEFAULT
Device's default. Standard used by output devices.
public static final int ILLUMINANT_TUNGSTEN
Tungsten lamp.
public static final int ILLUMINANT_B
Noon sunlight.
public static final int ILLUMINANT_DAYLIGHT
Daylight illumination
public static final int ILLUMINANT_D50
Normal print
public static final int ILLUMINANT_D55
Bond paper print.
public static final int ILLUMINANT_D65
Standard daylight. Standard for CRTs and pictures.
public static final int ILLUMINANT_D75
Northern daylight.
public static final int ILLUMINANT_FLUORESCENT
Cool white lamp.