blob: 57686e854b2f57ec9c8869d3e01d88b7d31f2bae [file] [log] [blame] [view]
Added `SkBitmap::setColorSpace`. This API allows the colorspace of an existing
`SkBitmap` to be reinterpreted. The pixel data backing the bitmap will be left
as-is. The colorspace will be honored when the bitmap is accessed via APIs which
support colorspace conversion, like `readPixels`.