Closed ai closed 2 years ago
Now we use opacity to mark P3 and Rec. 2020 colors in chart and range:
chart
range
https://github.com/evilmartians/oklch-picker/blob/main/view/chart/paint.ts#L33-L37=
There is an idea to mix OKLCH color with white instead. It could have a better effect than opacity since it could avoid hue shift.
We need to replace opacity with color mixing (using culori API) and create PR with before/after screenshots to compare the changes.
culori
Done by https://github.com/evilmartians/oklch-picker/pull/38
Now we use opacity to mark P3 and Rec. 2020 colors in
chart
andrange
:https://github.com/evilmartians/oklch-picker/blob/main/view/chart/paint.ts#L33-L37=
There is an idea to mix OKLCH color with white instead. It could have a better effect than opacity since it could avoid hue shift.
We need to replace opacity with color mixing (using
culori
API) and create PR with before/after screenshots to compare the changes.