Re: [w3ctag/design-reviews] Wide gamut support for Canvas/OffscreenCanvas/ImageBitmap (#315)

The [Summary of the wide gamut support on Canvas](https://github.com/whatwg/html/issues/4167) proposal says

```
enum ImageDataStorageType {
  "uint8", // default
  "uint16",
  "float32",
};
```
The float16 option is missing there.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/315#issuecomment-442898985

Received on Thursday, 29 November 2018 16:28:37 UTC