mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-21 01:40:48 -05:00
render/color: introduce wlr_color_transform_matrix
This is useful to perform color space conversions.
This commit is contained in:
parent
2984b011b6
commit
92ba6ffdf8
4 changed files with 33 additions and 1 deletions
|
|
@ -68,6 +68,8 @@ static bool drm_crtc_color_transform_convert(struct wlr_drm_crtc_color_transform
|
|||
}
|
||||
|
||||
return true;
|
||||
case COLOR_TRANSFORM_MATRIX:
|
||||
return false; // TODO: add support for CTM
|
||||
case COLOR_TRANSFORM_LCMS2:
|
||||
return false; // unsupported
|
||||
case COLOR_TRANSFORM_PIPELINE:;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue