Detect whether T is a member of the HSx color family.
static assert(isHSx!(HSx!(HSxType.HSV, ushort)) == true); static assert(isHSx!string == false);
See Implementation
Detect whether T is a member of the HSx color family.