mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibWeb: Implement the color-mix()
function
This takes 2 color values and returns the result of mixing them by a given amount.
This commit is contained in:
parent
a14711a9d7
commit
9cf04f40f6
Notes:
github-actions[bot]
2025-04-22 10:45:32 +00:00
Author: https://github.com/tcl3
Commit: 9cf04f40f6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4419
18 changed files with 1946 additions and 0 deletions
|
@ -151,6 +151,7 @@ class BasicShapeStyleValue;
|
|||
class BorderRadiusStyleValue;
|
||||
class CalculatedStyleValue;
|
||||
class Clip;
|
||||
class ColorMixStyleValue;
|
||||
class ColorSchemeStyleValue;
|
||||
class ConicGradientStyleValue;
|
||||
class ContentStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue