pub type LinearTable16 = LinearizationTable<65536>;👎Deprecated since 0.7.0:
use default::srgb_u16_to_linear instead (faster, shared LUT)
Expand description
Pre-computed 16-bit linearization table (65536 entries).
Deprecated: Use crate::default::srgb_u16_to_linear instead — it’s
faster (shared OnceLock LUT, SIMD-generated) and doesn’t add 1+ seconds
of compile time from const evaluation.
Aliased Type§
pub struct LinearTable16 { /* private fields */ }