2007-10-19 11:56:26
"128,0,0 ("A") to 255,0,0 ("B") to 255,255,255"
Exactly. In RGB, you HAVE to go through the other colour channels to get to white at some point. You can't get a less saturated red without introducing the other colour channels. All you can get is fully saturated red (255,0,0) or a darker red (<255,0,0).
Exactly. In RGB, you HAVE to go through the other colour channels to get to white at some point. You can't get a less saturated red without introducing the other colour channels. All you can get is fully saturated red (255,0,0) or a darker red (<255,0,0).
#1