Is there a way to get a color-int from a color resource? I am trying to get the individual red, blue and green components of a color defined in the resource (R.color.myColor) so that I can set the values of three seekbars to a specific level.
On a less important but related note, is there a way to tell whether an int is a color-int or a resource-id at runtime (or just one of these)?
Thanks