Float

Type Alias Float 

Source
pub type Float = f64;
Expand description

The color component type, f64 by default.

If you disable the double-precision feature, f32 is used instead.