Expand description
Various encoding traits, types and standards.
Re-exports
pub use self::srgb::Srgb;
pub use self::gamma::F2p2;
pub use self::gamma::Gamma;
pub use self::linear::Linear;
Modules
- Gamma encoding.
- Linear encoding
- Pixel encodings and pixel format conversion.
- The sRGB standard.
Traits
- A transfer function to and from linear space.