Compose-Extended-Colors icon indicating copy to clipboard operation
Compose-Extended-Colors copied to clipboard

[FEATURE REQUEST] harmonized tonal palettes

Open nxoim opened this issue 2 years ago • 3 comments

It is easy to just import the material library and do getColorTonesMap(Color(harmonize(Color.Blue.toArgb(), MaterialTheme.colorScheme.primary.toArgb()))), however it would be really nice to have this specific thing built into the library and mentioned somewhere in the readme.

Nobody at all is talking about harmonized color palettes and ive spent hours trying to find a solution until I've stumbled on your library by looking up something unrelated to color harmonization

nxoim avatar Apr 25 '23 03:04 nxoim

Hi. A little bit late, may i ask what's exactly the feature requested? You want it to be on README if i understand it correctly? There is nothing wrong with the feature?

SmartToolFactory avatar Sep 23 '23 14:09 SmartToolFactory

Hi. A little bit late, may i ask what's exactly the feature requested? You want it to be on README if i understand it correctly? There is nothing wrong with the feature?

hi. there is nothing wrong with the feature. what i mean is it would be nice to have an implementation of harmonized tonal palettes inside the library itself (including a variant with adjusted saturation which i have done here if you're curious).

right now, to have a harmonized tonal palette, you have to import a whole library, which is inconvenient and inefficient

nxoim avatar Sep 23 '23 15:09 nxoim

@Number869 I was having the same problem. I created a library to make using custom harmonized colors easier with a composition local.

compose-custom-colors

bogdan-pechounov avatar Sep 24 '23 01:09 bogdan-pechounov