22
 
  Color / color tint
 

The color command

The model gets another color , but looses its orginal texture. You can either type a color name or a hexadecimale code.

model : pot6.rwx
action : create color aquamarine
action : create color gold
action : create color teal
action : create color 00B7E5
action : create color F87431
action : create color CCFB5D

These are the colour names you can use in the action command : aquamarine, black, blue, brass, bronze, copper , cyan , darkgrey, forestgreen , gold , green, grey, lightgrey , magenta,maroon, navyblue, orange, orangered, orchid, pink , red, salmon, scarlet, silver, skyblue, tan, teal , turquoise, violet, white , yellow. For all other colours , you need to type the hexadecimal code for it.

http://www.swcity.net/academy/index.php?n=Main.ColorList

 

 

The color tint command

The texture of the model is preserved with this command, and you can add any colour shade upon this texture , you can also add a hexadecimal code , and make this easy by using the RGB colour picker.

model : pot6.rwx
action : create color tint salmon
action : create color tint turquoise
action : create color tint yellow
action : create color tint 00B7E5
action : create color tint F87431
action : create color tint CCFB5D
model : fw-pot2.rwx
action : create color tint copper
action : create color tint brass
action : create color tint grey
action : create color tint turquoise

You can also give another texture and another color tint to an object :

model : wall001h.rwx
action : create texture wall2 , color tint yellow
model : wall001h.rwx
action : create texture wall1 , color tint turquoise
action : create texture wall3 , color tint brass
action : create texture wall8 , color tint f87431
action : create texture wall9 , color tint ccfb5d
http://wiki.activeworlds.com/index.php?title=Color