import std.experimental.color.rgb;
struct RGB(string components_, ComponentType_, bool linear_ = false, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
@
safe pure nothrow @
nogc static if(!(isFloatingPoint!ComponentType_))
alias ComponentType =
NormalizedInt!
ComponentType_
Type of the color components.