Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
impl 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_palette
Method · 0.80
finalize
Method · 0.80
replace_unused_colors
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected