atom-pigments icon indicating copy to clipboard operation
atom-pigments copied to clipboard

Enhancement: Recommend a color from palette given input color

Open admosity opened this issue 8 years ago • 3 comments
trafficstars

I have a use case where I would like to input a color and possibly get a list of colors sorted by how similar it is. Maybe calculated via a simple distance formula?

I am working with some designs that have colors close to the defined palette, but are off a bit.

admosity avatar Jan 13 '17 17:01 admosity

Maybe slightly related to https://github.com/abe33/atom-pigments/issues/242 ? In the sense that both want to extend the autocomplete functionality to include already existing variables related to the one that is being typed.

Cxarli avatar Jan 14 '17 20:01 Cxarli

I was thinking adding another input box to the top here to sort the list:

image

Maybe add another option to sort colors by similarity to color inputted: image

admosity avatar Jan 17 '17 13:01 admosity

Hi there, do you have an idea of what kind of criteria would be used to check for similarities? I mean distance is not a clear criteria when it comes to colors, is it distances between channel, between number representations, between hues, etc.

abe33 avatar Jan 24 '17 15:01 abe33