Sets or retrieves the RGB colour value of the colour-vector.

Values: The RGB value must be an integer value giving the red, green and blue components of the colour. Using hexadecimal values works best. in Java script you need to prefix '0x' in front of the number to indicate a hex number. The complete format is 0xRRGGBB where RR, GG and BB are the red, green and blue components of your colour ranging from 00 to FF.
See also:

Class vector |

 

©2000 arcticpigs. All rights reserved.
This is a draft version! The functionality of parts of the software are liable to change.