Trait nannou::color::rgb::RgbStandard[][src]

pub trait RgbStandard {
    type Space: RgbSpace;
    type TransferFn: TransferFn;
}
Expand description

An RGB space and a transfer function.

Associated Types

The RGB color space.

The transfer function for the color components.

Implementations on Foreign Types

Implementors