Trait Number
palette::encoding::gamma
pub trait Number { const VALUE: f32; }
A type level float constant.
const VALUE: f32
The represented number.
impl Number for F2p2