[][src]Function palett::fluo::entries::fluo_colorant

pub fn fluo_colorant<K, V, KVS>(
    entries: KVS,
    presets: &(Preset, Preset),
    effects: &[Effect]
) -> Vec<(impl Fn(&str) -> String, impl Fn(&str) -> String)> where
    K: Display,
    V: Display,
    KVS: IntoIterator<Item = (K, V)>,