MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / popularity

Method popularity

src/pal.rs:200–202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

198 #[inline(always)]
199 #[must_use]
200 pub fn popularity(self) -> f32 {
201 self.0.abs()
202 }
203}
204
205#[cfg(feature = "large_palettes")]

Callers 3

sort_paletteFunction · 0.80
vp_create_nodeFunction · 0.80
replace_unused_colorsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected