mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-13 08:22:16 -04:00
render/color: introduce wlr_color_transform_eotf
This commit is contained in:
parent
35c35530a3
commit
42cf99a037
4 changed files with 99 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ static bool unwrap_color_transform(struct wlr_color_transform *transform,
|
|||
return true;
|
||||
case COLOR_TRANSFORM_LCMS2:
|
||||
case COLOR_TRANSFORM_LUT_3X1D:
|
||||
case COLOR_TRANSFORM_EOTF:
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue