I'm looking for a way for my users to select the color of an image. I've already written code to change the image to colors that I have hard coded in as options, but I'd like for my user to be able to choose ANY color if they aren't satisfied with my pre-selected choices.
I know I've seen color selectors in apps before, but there doesn't seem to be one built into the Android SDK, or if there is I'm missing it. Can someone point me in the right direction to get a color picker that I can use for my app?