(r: &mut QuantizationResult)
| 13 | |
| 14 | #[must_use] |
| 15 | pub fn liq_get_palette_impl(r: &mut QuantizationResult) -> &Palette { |
| 16 | r.int_palette() |
| 17 | } |
| 18 | |
| 19 | #[must_use] |
| 20 | pub unsafe fn liq_image_create_rgba_rows_impl<'rows>(attr: &Attributes, rows: &'rows [*const RGBA], width: u32, height: u32, gamma: f64) -> Option<crate::image::Image<'rows>> { |
no test coverage detected