Using AdobeRGB #1663
Unanswered
omaximenco
asked this question in
Q&A
Using AdobeRGB
#1663
Replies: 1 comment
-
I see there is no nice helper, but there is a way: SKColorSpace.CreateRgb(SKColorSpaceTransferFn.Srgb, SKColorSpaceXyz.AdobeRgb); Both of the types used in there have a few other variants. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
There is no way to use the AdobeRGB color space defined in Skia
Code
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
Beta Was this translation helpful? Give feedback.
All reactions