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