Function use_color_cache

Source
fn use_color_cache<R>(
    ctx: &Context,
    f: impl FnOnce(&mut FixedCache<Rgba, Hsva>) -> R,
) -> R