Module wp_image_description_info_v1
Available on crate feature
wayland and Linux only.Expand description
Colorimetric image description information
Sends all matching events describing an image description object exactly once and finally sends the ‘done’ event.
This means
- if the image description is parametric, it must send
- primaries
- named_primaries, if applicable
- at least one of tf_power and tf_named, as applicable
- luminances
- target_primaries
- target_luminance
- if the image description is parametric, it may send, if applicable,
- target_max_cll
- target_max_fall
- if the image description contains an ICC profile, it must send the icc_file event
Once a wp_image_description_info_v1 object has delivered a ‘done’ event it is automatically destroyed.
Every wp_image_description_info_v1 created from the same wp_image_description_v1 shall always return the exact same data.
Structs§
- WpImage
Description Info V1 - Colorimetric image description information
Enums§
Constants§
- EVT_
DONE_ OPCODE - The wire opcode for this event
- EVT_
DONE_ SINCE - The minimal object version supporting this event
- EVT_
ICC_ FILE_ OPCODE - The wire opcode for this event
- EVT_
ICC_ FILE_ SINCE - The minimal object version supporting this event
- EVT_
LUMINANCES_ OPCODE - The wire opcode for this event
- EVT_
LUMINANCES_ SINCE - The minimal object version supporting this event
- EVT_
PRIMARIES_ NAMED_ OPCODE - The wire opcode for this event
- EVT_
PRIMARIES_ NAMED_ SINCE - The minimal object version supporting this event
- EVT_
PRIMARIES_ OPCODE - The wire opcode for this event
- EVT_
PRIMARIES_ SINCE - The minimal object version supporting this event
- EVT_
TARGET_ LUMINANCE_ OPCODE - The wire opcode for this event
- EVT_
TARGET_ LUMINANCE_ SINCE - The minimal object version supporting this event
- EVT_
TARGET_ MAX_ CLL_ OPCODE - The wire opcode for this event
- EVT_
TARGET_ MAX_ CLL_ SINCE - The minimal object version supporting this event
- EVT_
TARGET_ MAX_ FALL_ OPCODE - The wire opcode for this event
- EVT_
TARGET_ MAX_ FALL_ SINCE - The minimal object version supporting this event
- EVT_
TARGET_ PRIMARIES_ OPCODE - The wire opcode for this event
- EVT_
TARGET_ PRIMARIES_ SINCE - The minimal object version supporting this event
- EVT_
TF_ NAMED_ OPCODE - The wire opcode for this event
- EVT_
TF_ NAMED_ SINCE - The minimal object version supporting this event
- EVT_
TF_ POWER_ OPCODE - The wire opcode for this event
- EVT_
TF_ POWER_ SINCE - The minimal object version supporting this event