Description
There is no way to use the AdobeRGB color space defined in Skia
Code
var surface = SKSurface.Create(new SKImageInfo(width, height,
original.ColorType, original.AlphaType, ??? AdobeRGB color space ???));
Expected Behavior
AdobeRGB color space is defined in Skia, so I guess it should be defined in SkiaSharp?
SKColorSpace.CreateSrgb() is available - why not to make SKColorSpace.CreateAdobeRgb()?
Basic Information
- Version with issue: 2.80.2
Description
There is no way to use the AdobeRGB color space defined in Skia
Code
var surface = SKSurface.Create(new SKImageInfo(width, height,
original.ColorType, original.AlphaType, ??? AdobeRGB color space ???));
Expected Behavior
AdobeRGB color space is defined in Skia, so I guess it should be defined in SkiaSharp?
SKColorSpace.CreateSrgb() is available - why not to make SKColorSpace.CreateAdobeRgb()?
Basic Information