color-lcms: fix TF_POWER from type 1 inverse

Forgotten early return. Without it, the code continues to set up LINPOW
instead.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2025-06-17 13:31:10 +03:00 committed by Pekka Paalanen
parent bcb7676ed7
commit bcfa2724d2

View file

@ -542,6 +542,7 @@ init_curve_from_type_1_inverse(struct weston_compositor *compositor,
}
enumerated->params[i][0] = g;
}
return true;
}
/* Inverse of pure power-law with custom exp and clamped_input. We don't