mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-18 15:52:21 +00:00
2 lines
163 B
Text
2 lines
163 B
Text
// https://html.spec.whatwg.org/multipage/canvas.html#predefinedcolorspace
|
|
enum PredefinedColorSpace { "srgb", "srgb-linear", "display-p3", "display-p3-linear" };
|