EmfIlluminant

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfIlluminant extends 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.

Fields

FieldDescription
ILLUMINANT_DEVICE_DEFAULTDevice’s default.
ILLUMINANT_TUNGSTENTungsten lamp.
ILLUMINANT_BNoon sunlight.
ILLUMINANT_DAYLIGHTDaylight illumination
ILLUMINANT_D50Normal print
ILLUMINANT_D55Bond paper print.
ILLUMINANT_D65Standard daylight.
ILLUMINANT_D75Northern daylight.
ILLUMINANT_FLUORESCENTCool white lamp.

ILLUMINANT_DEVICE_DEFAULT

public static final int ILLUMINANT_DEVICE_DEFAULT

Device’s default. Standard used by output devices.

ILLUMINANT_TUNGSTEN

public static final int ILLUMINANT_TUNGSTEN

Tungsten lamp.

ILLUMINANT_B

public static final int ILLUMINANT_B

Noon sunlight.

ILLUMINANT_DAYLIGHT

public static final int ILLUMINANT_DAYLIGHT

Daylight illumination

ILLUMINANT_D50

public static final int ILLUMINANT_D50

Normal print

ILLUMINANT_D55

public static final int ILLUMINANT_D55

Bond paper print.

ILLUMINANT_D65

public static final int ILLUMINANT_D65

Standard daylight. Standard for CRTs and pictures.

ILLUMINANT_D75

public static final int ILLUMINANT_D75

Northern daylight.

ILLUMINANT_FLUORESCENT

public static final int ILLUMINANT_FLUORESCENT

Cool white lamp.