Difference between revisions of "SetColor Command"

From GeoGebra Manual
Jump to: navigation, search
m (typo)
Line 4: Line 4:
 
:Changes the color of given object. The red, green and blue represent amount of corresponding color component, 0 being minimum and 1 maximum. Number ''t'' exceeding this interval is mapped to it using function <math>2\left|\frac{t}2-\mathrm round\left(\frac{t}2\right)\right|</math>.
 
:Changes the color of given object. The red, green and blue represent amount of corresponding color component, 0 being minimum and 1 maximum. Number ''t'' exceeding this interval is mapped to it using function <math>2\left|\frac{t}2-\mathrm round\left(\frac{t}2\right)\right|</math>.
 
;SetColor[ <Object>, "color" ]
 
;SetColor[ <Object>, "color" ]
:Changes the color of given object. The color is entered as [[Texts|text]]. The command accepts more than hundred English color names (see [[Reference:Colors]]). Some of them can be also used in national languages and are listed below.
+
:Changes the color of given object. The color is entered as [[Texts|text]]. The command accepts more than a hundred English color names (see [[Reference:Colors]]). Some of them can be also used in national languages and are listed below.
 
<div class="grid">
 
<div class="grid">
 
<div class='box_4'>
 
<div class='box_4'>
Line 18: Line 18:
 
:* <span style="color:silver">Silver</span>
 
:* <span style="color:silver">Silver</span>
 
:* <span style="color:white;background-color:navy">White</span>
 
:* <span style="color:white;background-color:navy">White</span>
:* <span style="color:yellow">Yellow</span>
+
:* <span style="color:yellow;background-color:navy">Yellow</span>
 
:* <span style="color:brown">Brown</span>
 
:* <span style="color:brown">Brown</span>
 +
:* <span style="color:#006400">Dark Green</span>
 +
:* <span style="color:lightyellow;background-color:navy">Light Yellow</span>
 +
:* <span style="color:#FFEFD5">Light Orange</span>
 
</div>
 
</div>
  
Line 35: Line 38:
 
:* <span style="color:violet">Violet</span>
 
:* <span style="color:violet">Violet</span>
 
:* <span style="color:#43C6DB">Turquoise</span>
 
:* <span style="color:#43C6DB">Turquoise</span>
 +
:* <span style="color:#E0B0FF">Light Violet</span>
 +
:* <span style="color:#CCCCFF">Light Purple</span>
 
</div>
 
</div>
 
<div class='clear'>&nbsp;</div>
 
<div class='clear'>&nbsp;</div>
 
</div>
 
</div>

Revision as of 17:57, 26 June 2011



SetColor[ <Object>, <Red>, <Green>, <Blue> ]
Changes the color of given object. The red, green and blue represent amount of corresponding color component, 0 being minimum and 1 maximum. Number t exceeding this interval is mapped to it using function 2\left|\frac{t}2-\mathrm round\left(\frac{t}2\right)\right|.
SetColor[ <Object>, "color" ]
Changes the color of given object. The color is entered as text. The command accepts more than a hundred English color names (see Reference:Colors). Some of them can be also used in national languages and are listed below.
  • Gray
  • Aqua
  • Black
  • Blue
  • Green
  • Lime
  • Maroon
  • Purple
  • Red
  • Silver
  • White
  • Yellow
  • Brown
  • Dark Green
  • Light Yellow
  • Light Orange
  • Crimson
  • Cyan
  • Dark Blue
  • Dark Gray
  • Light Gray
  • Gold
  • Magenta
  • Indigo
  • Pink
  • Orange
  • Violet
  • Turquoise
  • Light Violet
  • Light Purple
 
© 2024 International GeoGebra Institute