I would like to know / calculate color codes of N red shadows (N can be 5, 20, or 50, for example).
How could I do this ?
I noticed, for example, that the following gives some red shadows:
- R = 255, G = B = 0..255
- R = 0..255, G = B = 0
Is there any known method to calculate shadows ?