[][src]Module scarlet::illuminants

This module provides an enum of various illuminants supported by Scarlet, as well as their white point values.The source for this table is from the ASTM E308 standard. The only one I could find available freely was the outdated E308-01 standard, but these values should be the same: they're both copied photographically from the CIE standard itself. These are normalized so that the Y (luminance) value is 100.

Enums

Illuminant

A listing of the supported CIE standard illuminants, standards that describe a particular set of lighting conditions. The most common ones for computers are D50 and D65, differing kinds of daylight. Other ones may be added as time goes on, but they won't be removed and backwards compatibility won't break without warning.