render/color: introduce wlr_color_transform_matrix

This is useful to perform color space conversions.
This commit is contained in:
Simon Ser 2025-10-28 18:37:37 +01:00
parent 2984b011b6
commit 92ba6ffdf8
4 changed files with 33 additions and 1 deletions

View file

@ -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:;