[][src]Trait palette::encoding::gamma::Number

pub trait Number {
    const VALUE: f32;
}
[]

A type level float constant.

Associated Constants

const VALUE: f32[]

The represented number.

Implementors

impl Number for F2p2[src]