Add support for OKLab colors #882
Closed
tiagobnobrega
started this conversation in
Ideas
Replies: 1 comment
-
See RFC #871 |
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
-
Hi. I wanted to suggest adding support for OKLab color space. This is a emerging color standard that is already supported by major browsers. RN could follow the same spec as CSS
oklch
and add the same fallback behavior as browsers do.This could be used as abstraction to evolve as platforms adds support for OKLab color space.
In the meantime, a conversion to
RGB
orDisplay P3
could be used.Beta Was this translation helpful? Give feedback.
All reactions