I need help!
I need to derive two colors from a base color, defined in runtime...
Example:
The user sets the base color to be Blue, I want to compute a two-tone lighter blue and a two-tone darker blue...
Since colors are treated as integers, I've been playing with adding colors, but not having satisfactory results..
I need to derive two colors from a base color, defined in runtime...
Example:
The user sets the base color to be Blue, I want to compute a two-tone lighter blue and a two-tone darker blue...
Since colors are treated as integers, I've been playing with adding colors, but not having satisfactory results..