Skip to content

clutter: Attach color state information to actors

Naveen Kumar requested to merge naveenk2/mutter:hdr-clutter into main

Attach color state information to ClutterActor. Color state contains information such as colorspace for now, but it can be extended to add other color related information such as hdr metadata, etc.

This MR, also includes a clutter/tests for loading an image with a certain color space etc, and tags it correctly, which can be expanded on in the future.

This MR adds support for step 1 of the issue #2253 & #2134

Edited by Naveen Kumar

Merge request reports