The OpenD Programming Language

PackedRGB.hasComponent

Test if a particular component is present.

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

Meta