color-representation-v1: initial implementation
This commit is contained in:
parent
f0c78c3fe6
commit
32f5a0eae3
8 changed files with 282 additions and 0 deletions
19
wire/wp_color_representation_manager_v1.txt
Normal file
19
wire/wp_color_representation_manager_v1.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
request destroy (destructor) {
|
||||
}
|
||||
|
||||
request get_surface {
|
||||
id: id(wp_color_representation_surface_v1) (new),
|
||||
surface: id(wl_surface),
|
||||
}
|
||||
|
||||
event supported_alpha_mode {
|
||||
alpha_mode: u32,
|
||||
}
|
||||
|
||||
event supported_coefficients_and_ranges {
|
||||
coefficients: u32,
|
||||
range: u32,
|
||||
}
|
||||
|
||||
event done {
|
||||
}
|
||||
15
wire/wp_color_representation_surface_v1.txt
Normal file
15
wire/wp_color_representation_surface_v1.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
request destroy (destructor) {
|
||||
}
|
||||
|
||||
request set_alpha_mode {
|
||||
alpha_mode: u32,
|
||||
}
|
||||
|
||||
request set_coefficients_and_range {
|
||||
coefficients: u32,
|
||||
range: u32,
|
||||
}
|
||||
|
||||
request set_chroma_location {
|
||||
chroma_location: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue