Proposed web platform feature to add color management, wide gamut and high bit-depth support to the <canvas> element.
81
stars
19
forks
source link
ImageBitmapOptions extension uses undefined type `CanvasColorSpaceEnum` #61
Open
weinig opened 3 years ago
The ImageBitmapOptions extension in the current proposal is defined as:
Rather than
CanvasColorSpaceEnum
, I think it should bePredefinedColorSpaceEnum
.