mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 10:41:30 +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
|
@ -324,6 +324,7 @@ private:
|
|||
RefPtr<CSSStyleValue const> parse_lch_color_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue const> parse_oklch_color_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue const> parse_color_function(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue const> parse_color_mix_function(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue const> parse_light_dark_color_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue const> parse_color_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue const> parse_color_scheme_value(TokenStream<ComponentValue>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue