Detect whether T is an xyY color.
static assert(isxyY!(xyY!float) == true); static assert(isxyY!(XYZ!double) == false); static assert(isxyY!int == false);
See Implementation
Detect whether T is an xyY color.