cmm: store render intent
This commit is contained in:
parent
a4928d8ed6
commit
dca0df2555
16 changed files with 207 additions and 60 deletions
|
|
@ -27,6 +27,7 @@ mod consts {
|
|||
pub const RENDER_INTENT_SATURATION: u32 = 2;
|
||||
pub const RENDER_INTENT_ABSOLUTE: u32 = 3;
|
||||
pub const RENDER_INTENT_RELATIVE_BPC: u32 = 4;
|
||||
pub const RENDER_INTENT_ABSOLUTE_NO_ADAPTATION: u32 = 5;
|
||||
|
||||
pub const FEATURE_ICC_V2_V4: u32 = 0;
|
||||
pub const FEATURE_PARAMETRIC: u32 = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue