Difference between revisions of "Tv guidelinecolor"

From TVPaintWiki
Jump to: navigation, search
(Created page with '<<<George<<<Command Reference<<<Guidelines')
 
Line 1: Line 1:
 
<<<[[George]]<<<[[George Command Reference|Command Reference]]<<<[[George Commands : Guidelines|Guidelines]]
 
<<<[[George]]<<<[[George Command Reference|Command Reference]]<<<[[George Commands : Guidelines|Guidelines]]
 +
 +
 +
//returns number < 0 if error
 +
//returns the previous color if index is used
 +
//returns nothing if several guidelines changed
 +
tv_guidelinecolor "all"|"line"|"circle"|"segment"|"grid"|...|index r g b a
 +
//returns the color of the guideline
 +
tv_guidelinecolor
 +
 +
//returns "ERROR" if error
 +
//returns the name of the guideline
 +
tv_guidelinename position
 +
//returns the previous name of the guideline
 +
tv_guidelinename position new-name

Revision as of 13:43, 30 August 2013

<<<George<<<Command Reference<<<Guidelines


//returns number < 0 if error
//returns the previous color if index is used
//returns nothing if several guidelines changed
tv_guidelinecolor "all"|"line"|"circle"|"segment"|"grid"|...|index r g b a
//returns the color of the guideline
tv_guidelinecolor
//returns "ERROR" if error
//returns the name of the guideline
tv_guidelinename position
//returns the previous name of the guideline
tv_guidelinename position new-name