The OpenD Programming Language

PackedRGB.hasAlpha

If the color has alpha.

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

Meta