ggplotd.color.xyz

This module implements XYZ and xyY _color types.

Members

Enums

isXYZ
eponymoustemplate isXYZ(T)

Detect whether T is an XYZ color.

isxyY
eponymoustemplate isxyY(T)

Detect whether T is an xyY color.

Structs

XYZ
struct XYZ(F = float)

A CIE 1931 XYZ color, parameterised for component type.

xyY
struct xyY(F = float)

A CIE 1931 xyY color, parameterised for component type.

Templates

WhitePoint
template WhitePoint(F)

White points of standard illuminants.

Meta

Authors

Manu Evans