isHSx

Detect whether T is a member of the HSx color family.

@safe pure nothrow @nogc
enum isHSx (
T
)

Examples

static assert(isHSx!(HSx!(HSxType.HSV, ushort)) == true);
static assert(isHSx!string == false);

Meta