colorspaceΒΆ

module daffodil.colorspace
struct ColorSpace

A group of functions describing the operations for a Pixel.

void function(const real[], const real, real[]) opScalarMul
void function(const real[], const real[], real[]) opColorAdd
string function(const real[]) toString
const(ColorSpace*) RGB()

Standard RGB color space