Enum EmfIlluminant
Enum EmfIlluminant
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
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
Fields
ILLUMINANT_B = 2
Noon sunlight.
ILLUMINANT_D50 = 4
Normal print
ILLUMINANT_D55 = 5
Bond paper print.
ILLUMINANT_D65 = 6
Standard daylight. Standard for CRTs and pictures.
ILLUMINANT_D75 = 7
Northern daylight.
ILLUMINANT_DAYLIGHT = 3
Daylight illumination
ILLUMINANT_DEVICE_DEFAULT = 0
Device’s default. Standard used by output devices.
ILLUMINANT_FLUORESCENT = 8
Cool white lamp.
ILLUMINANT_TUNGSTEN = 1
Tungsten lamp.