import std.experimental.color.hsx;
struct HSx(HSxType type_, ComponentType_ = float, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
@
safe pure nothrow @
nogc static if(!(isFloatingPoint!ComponentType_))
alias ComponentType =
NormalizedInt!
ComponentType_
Type of the s and x components.