mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-20 05:40:03 +01:00
color-management-v1: add EXT_LINEAR
This commit is contained in:
parent
0ee0452af0
commit
c8d94000a6
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,8 @@ static enum wlr_color_transfer_function transfer_function_to_wlr(
|
|||
return WLR_COLOR_TRANSFER_FUNCTION_SRGB;
|
||||
case WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ:
|
||||
return WLR_COLOR_TRANSFER_FUNCTION_ST2084_PQ;
|
||||
case WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_EXT_LINEAR:
|
||||
return WLR_COLOR_TRANSFER_FUNCTION_EXT_LINEAR;
|
||||
default:
|
||||
abort();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue