cmm: add support for absolute_no_adaptation intent
This commit is contained in:
parent
154438f7dc
commit
e3be3ca41e
3 changed files with 16 additions and 4 deletions
|
|
@ -13,6 +13,7 @@ pub mod wp_image_description_v1;
|
|||
const UNIQUE_CM_IDS_SINCE: Version = Version(2);
|
||||
const SRGB_DEPRECATED_SINCE: Version = Version(2);
|
||||
const COMPOUND_POWER_2_4_SINCE: Version = Version(2);
|
||||
pub const ABSOLUTE_NO_ADAPTATION_SINCE: Version = Version(2);
|
||||
|
||||
const PRIMARIES_MUL: f64 = 1_000_000.0;
|
||||
const PRIMARIES_MUL_INV: f64 = 1.0 / PRIMARIES_MUL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue