Skip to content

Draft: cleanup: Merge ClutterColor & CoglColor

Bilal Elmoussaoui requested to merge bilelmoussaoui/cogl-color-merge into main

Currently, we have two duplicate types representing exactly the same thing, ClutterColor & CoglColor. The idea is to move all the missing bits from CoglColor in the first few commits and port everything to use CoglColor and remove ClutterColor

Note that the first commit introduces a pango dependency on cogl, which is temporary as I have a task on my backlog to support the x11 named colors without going through pango but for now it is good enough.

Merge request reports