Difference between revisions of "SetDynamicColor Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|scripting|US_version=SetDynamicColor|non-US_version=SetDynamicColour}}
 
{{command|scripting|US_version=SetDynamicColor|non-US_version=SetDynamicColour}}
;SetDynamicColor[ <Object>, <Red>, <Green>, <Blue> ]
+
;SetDynamicColor( <Object>, <Red>, <Green>, <Blue> )
 
:Sets the [[Dynamic Colors|dynamic color]] of the object.
 
:Sets the [[Dynamic Colors|dynamic color]] of the object.
;SetDynamicColor[ <Object>, <Red>, <Green>, <Blue>, <Opacity> ]
+
 
 +
 
 +
;SetDynamicColor( <Object>, <Red>, <Green>, <Blue>, <Opacity> )
 
:Sets the [[Dynamic Colors|dynamic color and opacity]] of the object.
 
:Sets the [[Dynamic Colors|dynamic color and opacity]] of the object.
  
{{Note|All numbers are on a scale from 0 (off/transparent) to 1 (on/opaque)}}
+
 
 +
{{Note|All numbers are on a scale from 0 (off/transparent) to 1 (on/opaque).}}

Latest revision as of 17:17, 7 October 2017


SetDynamicColor( <Object>, <Red>, <Green>, <Blue> )
Sets the dynamic color of the object.


SetDynamicColor( <Object>, <Red>, <Green>, <Blue>, <Opacity> )
Sets the dynamic color and opacity of the object.


Note: All numbers are on a scale from 0 (off/transparent) to 1 (on/opaque).
© 2024 International GeoGebra Institute