Skip to content

[BUG]  #1661

Description

@omaximenco

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions