Colour » History » Revision 2
Revision 1 (Per Amundsen, 08/17/2014 11:01 AM) → Revision 2/10 (Per Amundsen, 08/10/2015 08:56 AM)
_Added in 1.9.4_ */colour <name> <N|RGB>* */colour <N> <RGB>* */colour -lrs [N/scheme name]* Allows you to change the color settings for items in the Colors dialog. *Switches* -b - Indicates the <N> after <name> is a rgb value. (AdiIRC only) -l - TODO -r - Resets the color to default value. -s - TODO *Parameters* <N> - The Nth N'th color to change, in AdiIRC this can be from 1 to 82. <RGB> - New RGB values to be used. <name> - Name or the color to change. [Scheme name] - TODO *Example* <pre> ; Print ;Print a text using color 3 /echo 3 -ag Hello world ; Change ;Change color 3 to $rgb value 1905919 (notice the "Hello world" color) //colour 3 $rgb(255, 20, 29) ; Reset ;Reset color 3 to default value (notice the "Hello world" color) /colour -r 3 ; Change ;Change the join color to another color index. /colour join 3 ; Change ;Change the join color to a rgb value. //colour join $rgb(255, 20, 29) ; Reset ;Reset join color /colour -r join </pre>