Module nannou_core::prelude::rgb[][src]

Expand description

RGB types, spaces and standards.

Structs

Generic RGB.

Traits

Represents the red, green and blue primaries of an RGB space.

A set of primaries and a white point.

An RGB space and a transfer function.

Type Definitions

Gamma 2.2 encoded sRGB.

Gamma 2.2 encoded sRGB with an alpha component.

Linear sRGB.

Linear sRGB with an alpha component.

Generic RGB with an alpha component. See the Rgba implementation in Alpha.

Nonlinear sRGB.

Nonlinear sRGB with an alpha component.