Skip to content

csscolorvalue: Add color() support

Alice Mikhaylenko requested to merge wip/alice/color-func into main

Currently we only have sRGB, so it's a bit redundant, but we'll need this for color-mix()

Once we have more color spaces, they should be added here (presumably the enum would be in GDK instead, and instead of GdkRGBA these colors would have a GdkColor.

Includes !7285 (merged) to avoid merge conflicts later.

Merge request reports