Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Wick
wayland-protocols
Commits
0b8611c2
Commit
0b8611c2
authored
Jul 23, 2019
by
Sebastian Wick
Browse files
* adjust render intent enum
* add black point compensation
parent
93c51458
Changes
1
Hide whitespace changes
Inline
Side-by-side
unstable/color-management/color-management-unstable-v1.xml
View file @
0b8611c2
...
...
@@ -151,10 +151,11 @@
See the ICC specification for more details about rendering intent.
</description>
<entry
name=
"absolute"
value=
"1"
summary=
"ICC-absolute colorimetric"
/>
<entry
name=
"relative"
value=
"2"
summary=
"media-relative colorimetric"
/>
<entry
name=
"perceptual"
value=
"3"
summary=
"perceptual"
/>
<entry
name=
"saturation"
value=
"4"
summary=
"saturation"
/>
<entry
name=
"perceptual"
value=
"0"
summary=
"perceptual"
/>
<entry
name=
"relative"
value=
"1"
summary=
"media-relative colorimetric"
/>
<entry
name=
"saturation"
value=
"2"
summary=
"saturation"
/>
<entry
name=
"absolute"
value=
"3"
summary=
"ICC-absolute colorimetric"
/>
<entry
name=
"relative_bpc"
value=
"4"
summary=
"media-relative colorimetric + black point compensation"
/>
</enum>
<request
name=
"set_color_space"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment