mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 17:37:33 +02:00
3 lines
163 B
Plaintext
3 lines
163 B
Plaintext
// https://html.spec.whatwg.org/multipage/canvas.html#predefinedcolorspace
|
|
enum PredefinedColorSpace { "srgb", "srgb-linear", "display-p3", "display-p3-linear" };
|