-
Hi, I'm wondering whether palette supports extended sRGB (linear or non-linear) as ColorSync does on macOS. I want to create new wide-gamut colors with palette, convert them to linSrgb structs with values outside [0, 1] range, then convert them to Display P3 using ColorSync. Is that possible? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The library already support values outside that range, but converting between color spaces will clamp them unless you call one of the I'm not sure if this answers your question exactly... |
Beta Was this translation helpful? Give feedback.
The library already support values outside that range, but converting between color spaces will clamp them unless you call one of the
*_unclamped
functions. I'm not familiar with the details of extended sRGB, but things like adding a new set of primaries or transfer function is made to be pretty simple.I'm not sure if this answers your question exactly...