Files
ladybird/Libraries/LibWeb/HTML/PredefinedColorSpace.idl
Shannon Booth 566746c276 LibWeb: Split PredefinedColorSpace into its own IDL file
This matches the structure of the HTML spec where this is split out.
2026-05-09 10:49:49 +02:00

3 lines
163 B
Plaintext

// https://html.spec.whatwg.org/multipage/canvas.html#predefinedcolorspace
enum PredefinedColorSpace { "srgb", "srgb-linear", "display-p3", "display-p3-linear" };