Files
ladybird/Userland/Libraries/LibWeb/CSS
Sam Atkins 37ea4e3b5f LibWeb: Rename CSSColorValue::create() to create_from_color()
Soon, CSSColorValue will be an abstract class, and we'll instead create
a CSSRGB, CSSHSL, or other specific color type from the Typed-OM spec.
However, it's still useful to have an easy "just give me a style value
for this color" method. So change the name to distinguish this from the
usual StyleValue::create() methods.
2024-08-21 10:51:48 +01:00
..
2023-03-15 12:48:25 -04:00
2023-03-15 12:48:25 -04:00
2023-11-11 08:51:51 +01:00
2023-09-11 17:03:22 +01:00