The OpenD Programming Language

PackedRGB.hasSharedExponent

If the format has a shared exponent.

struct PackedRGB(string format_, ComponentType_, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
@safe pure nothrow @nogc
enum bool hasSharedExponent;

Meta