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

ValueNotes
SRGBStandard web color. sRGB gamma curve, sRGB primaries. Default.
DISPLAY_P3Wider-gamut display color space — Apple's HDR/wide-color displays.
ADOBE_RGBAdobe's wide-gamut space, common in print workflows.

See also