I searched a lot but cannot find a solution.
From the API it returns an Int as a color value 2813300. This is a tone of Green LiNK to COLOR
I try to use this Int as a Color in my project but I cannot convert it to android.graphics.Color.
When I try to use the int it is not working.
How can I convert these numbers to Color?
Examples:
RED = 16711936 (Link)
GREEN = 2813300 (Link)