RGB.linear

If the color is stored linearly (without gamma applied).

struct RGB(string components_, ComponentType_, bool linear_ = false, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
@safe pure nothrow @nogc
enum bool linear;

Meta