evilmartians / oklch-picker

Color Picker for LCH
https://oklch.com
Other
849 stars 65 forks source link

Change P3 and Rec. 2020 style in `chart` and `range` #37

Closed ai closed 2 years ago

ai commented 2 years ago

Now we use opacity to mark P3 and Rec. 2020 colors in chart and 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.

ai commented 2 years ago

Done by https://github.com/evilmartians/oklch-picker/pull/38