The OpenD Programming Language

PackedRGB.this

Construct a color from RGB and optional alpha values.

struct PackedRGB(string format_, ComponentType_, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
@safe pure nothrow @nogc
this
if (
isNumeric!ComponentType_
)

Meta