(&self)
| 257 | |
| 258 | #[inline(always)] |
| 259 | pub fn pop_as_slice(&self) -> &[PalPop] { |
| 260 | &self.pops |
| 261 | } |
| 262 | |
| 263 | // this is max colors allowed by the user, not just max in the current (candidate/low-quality) palette |
| 264 | pub(crate) fn with_fixed_colors(mut self, max_colors: PalLen, fixed_colors: &[f_pixel]) -> Self { |
no outgoing calls
no test coverage detected