weston/libweston/color-lcms
Pekka Paalanen dfba19abde color: simplify color manager API with weston_output_color_outcome
I am going to need to add yet another output property to be set by a
color manager: HDR Static Metadata Type 1. With the old color manager
API design, I would have needed to add the fourth function pointer to be
called always in the same group as the previous three. This seemed more
convoluted than it needs to be.

Therefore collapse the three existing function pointers in the API into
just one that is resposible for setting up all three things.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2022-05-06 09:33:35 +00:00
..
color-lcms.c color: simplify color manager API with weston_output_color_outcome 2022-05-06 09:33:35 +00:00
color-lcms.h color-lcms: LCMS transform for color mapping 2022-02-12 23:19:00 -05:00
color-profile.c color-lcms: Always use cmsContext for LCMS API which has THR suffix 2022-03-01 22:49:39 -05:00
color-transform.c color-lcms: LCMS transform for color mapping 2022-02-12 23:19:00 -05:00
meson.build color: introduce weston_color_profile 2021-11-23 09:23:05 +00:00