Altering colours
in
Programming Questions
•
2 years ago
I have an assignment for school that involves displaying a base colour and then a darker version of that colour. Do I actually have to get the RGB values of the base colour and alter them individually to prevent the value wrapping around when it hits 0, or is there a quick and dirty way to do this? (This is my first programming class ever so speak slowly and use little words!)
1