pub type FloatLut1 = Lut1<f64, f64>;
A floating point 1D LUT.
struct FloatLut1 { /* private fields */ }