Enum 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
Name | Value | Description |
---|---|---|
ILLUMINANT_DEVICE_DEFAULT | 0 | Device’s default. Standard used by output devices. |
ILLUMINANT_TUNGSTEN | 1 | Tungsten lamp. |
ILLUMINANT_B | 2 | Noon sunlight. |
ILLUMINANT_DAYLIGHT | 3 | Daylight illumination |
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_FLUORESCENT | 8 | Cool white lamp. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Consts
- assembly Aspose.Imaging