render/color: introduce wlr_color_transform_eotf

This commit is contained in:
Félix Poisot 2026-01-31 21:04:51 +00:00
parent 35c35530a3
commit 42cf99a037
4 changed files with 99 additions and 0 deletions

View file

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