canvaskit-wasm 0.39
build 2026-04-29
ColorSpace
The color space the pixel data is interpreted in. Affects gamma, gamut, and how blends combine. Most code uses SRGB (the default for the web).
All values
| Value | Notes |
|---|---|
SRGB | Standard web color. sRGB gamma curve, sRGB primaries. Default. |
DISPLAY_P3 | Wider-gamut display color space — Apple's HDR/wide-color displays. |
ADOBE_RGB | Adobe's wide-gamut space, common in print workflows. |
See also
ImageInfo— carries the color space.ColorFilter.MakeBlend— accepts a color-space argument for blends in a non-sRGB space.