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

pub trait Number: 'static {
    const VALUE: f64;
}
Expand description

A type level float constant.

Associated Constants

The represented number.

Implementors