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

pub fn fluo_colorant<I>(
    vec: I,
    presets: &(Preset, Preset),
    effects: &[Effect]
) -> Vec<impl Fn(&str) -> String> where
    I: IntoIterator,
    I::Item: Display