Module palette::encoding[][src]

Expand description

Various encoding traits, types and standards.

Re-exports

pub use self::gamma::F2p2;
pub use self::gamma::Gamma;
pub use self::linear::Linear;
pub use self::srgb::Srgb;

Modules

Gamma encoding.

Linear encoding

Pixel encodings and pixel format conversion.

The sRGB standard.

Traits

A transfer function to and from linear space.