mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-05 02:58:00 +02:00
color: no image description by default
This allows compositors to mimick non-color-managed behavior, or sRGB assumption, or anything else they might have done or maybe want to do with untagged surfaces. This may even vary from surface to surface, e.g. specific applications through Xwayland handled differently from others. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
3b9793b213
commit
35dce6bb98
1 changed files with 3 additions and 2 deletions
|
|
@ -235,8 +235,9 @@
|
|||
wp_color_manager_v1.render_intent event, otherwise the protocol error
|
||||
render_intent is raised.
|
||||
|
||||
By default, a surface is assumed to have the sRGB color space and an
|
||||
arbitrary render intent.
|
||||
By default, a surface does not have an associated image description
|
||||
nor a rendering intent. The handling of color on such surfaces is
|
||||
compositor implementation defined.
|
||||
|
||||
If the image description of the surface matches the image description of an output
|
||||
it is shown on the performance and color accuracy might improve. To find
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue