Function effect_thumb_key

Source
fn effect_thumb_key(kind: EffectKind, size: (u32, u32), image: &str) -> u64
Expand description

Cache key of one effect thumbnail: kind, source image and size. Changing the stock image (or the grid size) invalidates every thumbnail; two different effects never share a key.