PackedRGB.UnpackedColor

The unpacked color type.

struct PackedRGB(string format_, ComponentType_, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
@safe pure nothrow @nogc
alias UnpackedColor = RGB!(components, ComponentType_, false, colorSpace_)

Meta