skydoves / ColorPickerView

🎨 Android colorpicker for getting colors from any images by tapping on the desired color.
Apache License 2.0
1.58k stars 212 forks source link

Create color helper please #153

Closed dimaslanjaka closed 2 months ago

dimaslanjaka commented 5 months ago

I want easily coloring of text into textview. This library powerful color utility i guess.

In nodejs we have chalk to coloring string. can you add color helper (string into spanableText color) inside this library ?

example:

textView.setText(ColorHelper.text("string to be colored", Color.RED));
textView.setText(ColorHelper.text("string to be colored", Color.rgb(200, 0, 0)));
textView.setText(ColorHelper.red("string to be colored"));

i found https://github.com/deskid/textView-Helper but already outdated. rather than using other library, why not merged the color utility into color picker library.

skydoves commented 2 months ago

Hey @dimaslanjaka, this issue is not related to ColorPickerView, so I'm closing this issue.