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

Method is_fixed

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

Source from the content-addressed store, hash-verified

177impl PalPop {
178 #[inline(always)]
179 pub fn is_fixed(self) -> bool {
180 self.0 < 0.
181 }
182
183 #[must_use]
184 pub fn to_fixed(self) -> Self {

Callers 3

init_int_paletteMethod · 0.80
finalizeMethod · 0.80
replace_unused_colorsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected