mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
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:
parent
bcb7676ed7
commit
bcfa2724d2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue