1
0
Fork 0
forked from wry/wry

color-management: use more consistent naming

This commit is contained in:
Julian Orth 2025-09-05 13:45:09 +02:00
parent 32db933242
commit 83e79b68e6
65 changed files with 439 additions and 510 deletions

View file

@ -83,7 +83,7 @@ request set_flip_margin (since = 10) {
request set_colors (since = 15) {
output: str,
color_space: str,
transfer_function: str,
eotf: str,
}
request set_brightness (since = 16) {
@ -184,12 +184,12 @@ event current_color_space (since = 15) {
color_space: str,
}
event supported_transfer_function (since = 15) {
transfer_function: str,
event supported_eotf (since = 15) {
eotf: str,
}
event current_transfer_function (since = 15) {
transfer_function: str,
event current_eotf (since = 15) {
eotf: str,
}
event brightness_range (since = 16) {