mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-17 15:25:35 +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" };
|