ThePacielloGroup / CCA-OSX

The Colour Contrast Analyser (CCA) helps you determine the legibility of text and the contrast of visual elements, such as graphical controls and visual indicators. The macOS version was developed by Cédric Trévisan based on the Windows version developed by Jun in collaboration with Steve Faulkner.
http://www.paciellogroup.com/resources/contrastanalyser/
Other
176 stars 19 forks source link

CIELAB Sliders #12

Open matatk opened 8 years ago

matatk commented 8 years ago

This might help in making suggestions, because it should make it easier to darken/lighten a colour until a solution is found.

ferllings commented 8 years ago

Replace with (or add) CIELAB https://en.wikipedia.org/wiki/HSL_and_HSV#Disadvantages See for implementation: https://github.com/THEjoezack/ColorMine/tree/master/ColorMine/ColorSpaces/Conversions

l-i-n-k commented 6 years ago

I agree. The RGB sliders are useless to improve an existing color pair. As a designer, I want to keep the "color" and improve with hue and/or saturation/vibrancy.

l-i-n-k commented 6 years ago

Thank you for the Pre-Release. Have tested the OS X native color dialogs and this helps a lot.

ferllings commented 6 years ago

Yes, it does help. Now I need to implement CIELAB.