mystmaiden opened this issue on Mar 12, 2006 ยท 22 posts
diolma posted Mon, 13 March 2006 at 4:48 PM
mystmaiden:
RGB = Red, Green, Blue. The values that make up colour in the 2D/3D world.
R=0, G=0, B=0 = black.
R=255, G=255, B=255 = white.
For pure red, set R=255, G & B to zero.
For pure green, set G=255, R & B to zero...
Etc.
I could go on, but I'm not sure how much you want to learn of the basics (or if you just misunderstood a previous post and actually know all this stuff from a different perspective)
If you want to know more, play around in any 2D/3D apps colour-assignment dialogue for a while...
Cheers,
Diolma
Edited to add: Or ask here again, and I'll do my best to explain (tomorrow..)
Message edited on: 03/13/2006 16:51