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

pub trait Number {
    const VALUE: f32;
}

A type level float constant.

Associated Constants

The represented number.

Implementors