ryanhemphill / contrast-colorblind-colorpicker

This is the prototype for ChromaFocus LITE, a next-generation color-picker for contrast and colorblindness, which is now moved to a new repo (sorry for inconveniences). It will be periodically updated to reflect ChromaFocus LITE's codebase. ChromaFocus PRO (due in mid 2018) will not be posted at this location.
https://github.com/ryanhemphill/ChromaFocus/
GNU General Public License v3.0
5 stars 2 forks source link

Unclear what the convert to RGB button does #3

Open kenk667 opened 7 years ago

kenk667 commented 7 years ago

Click the button before and after color changes are made, zero feedback be it pop up, visual, or audio on what happens when I click the button. What does the button do? What is the expected behavior when I click on it?

ryanhemphill commented 7 years ago

The convert to RGB is specifically for dealing with conversion of an RGBA with an alpha channel transparency. The button calculates the average color resulting from its interaction with the background and allows the user to convert the rgba to an rgb based on this color value-averaging...any idea how to get this idea across better??? I've never seen an rgba > rgb button before either, but it's extremely useful when you're trying to avoid using rgba but still want the benefits of its ability to blend colors with the background...