Module nannou::color::encoding[][src]

Various encoding traits, types and standards.

Modules

gamma

Gamma encoding.

linear

Linear encoding

pixel

Pixel encodings and pixel format conversion.

srgb

The sRGB standard.

Structs

F2p2

Represents 2.2f32.

Gamma

Gamma encoding.

Linear

A generic standard with linear components.

Srgb

The sRGB color space.

Traits

TransferFn

A transfer function to and from linear space.