mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 00:20:09 +00:00
16431da3f2
Allow defining cicp color states with an @-rule: @cicp "jpeg" { primaries: 1; transfer: 13; matrix: 6; range: full; } And allow using them in color() like this: color("jpeg" 50% 0.5 1 / 75%) Note that custom color states use a string, unlike default color states which use an ident. Test included.
8 lines
42 B
Plaintext
8 lines
42 B
Plaintext
@foo {
|
|
}
|
|
|
|
@import "foo";
|
|
|
|
@cicp "foo" {
|
|
}
|