EmfIlluminant

EmfIlluminant enumeration

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.

public enum EmfIlluminant

Values

NameValueDescription
ILLUMINANT_DEVICE_DEFAULT0Device’s default. Standard used by output devices.
ILLUMINANT_TUNGSTEN1Tungsten lamp.
ILLUMINANT_B2Noon sunlight.
ILLUMINANT_DAYLIGHT3Daylight illumination
ILLUMINANT_D504Normal print
ILLUMINANT_D555Bond paper print.
ILLUMINANT_D656Standard daylight. Standard for CRTs and pictures.
ILLUMINANT_D757Northern daylight.
ILLUMINANT_FLUORESCENT8Cool white lamp.

See Also