[−][src]Module palette::encoding
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 | Gamma encoding. |
| linear | Linear encoding |
| pixel | Pixel encodings and pixel format conversion. |
| srgb | The sRGB standard. |
Traits
| TransferFn | A transfer function to and from linear space. |