Illuminants

object Illuminants

Standard reference illuminants, typically used as reference white points.

Properties

D50
Link copied to clipboard
val D50: CieXyz

CIE Standard Illuminant D50. ~5000K color temperature.

D65
Link copied to clipboard
val D65: CieXyz

ASTM variant of CIE Standard Illuminant D65. ~6500K color temperature; approximates average daylight in Europe. This uses the XYZ values defined in the ASTM E‑308 document.

D65_CIE
Link copied to clipboard
val D65_CIE: CieXyz

Raw precise variant of CIE Standard Illuminant D65. ~6500K color temperature; approximates average daylight in Europe. This uses XYZ values calculated from raw 1nm SPD data, combined with the CIE 1931 2-degree standard observer.

D65_SRGB
Link copied to clipboard
val D65_SRGB: CieXyz

sRGB variant of CIE Standard Illuminant D65. ~6500K color temperature; approximates average daylight in Europe. This uses the white point chromaticities defined in the sRGB specification.