@@include('_head.html') @@include('_header.html', { "title": "Supported color spaces" })

src/spaces/.js
White point:
Coordinates:
Name Ref. range
let color = new Color("{{ space.id }}", [{{randomCoord}}]);
{{ join(codeExample, "\n") }}
color.toString();
Learn more about [name]
@@include('_footer.html')