servo/components/style_traits
Tiaan Louw 8c1c4073e2 style: Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colors
Computed color values will not be in the correct format, closer to the
one specified by the author.  This also means that colors accross the
code are stored now as AbsoluteColor or StyleAbsoluteColor.  This allows
color space/gamut information to be available for use.

Some animation related test failures had to be changed, because colors
now has greater precision.  Animated a color now causes a lot more
animation updates, which was not initially expected.  See the bug for
discussion.

Differential Revision: https://phabricator.services.mozilla.com/D171021
2023-11-21 15:36:35 +01:00
..
arc_slice.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
Cargo.toml Further changes required by Servo 2023-11-06 09:35:57 +01:00
dom.rs style: While at it use some better names for some bits 2023-10-02 14:37:19 +00:00
lib.rs Further changes required by Servo 2023-10-02 14:37:19 +00:00
owned_slice.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
owned_str.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
specified_value_info.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
values.rs style: Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colors 2023-11-21 15:36:35 +01:00
viewport.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00