|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ColorSlider
ColorSlider[color]
represents a color slider currently set to the color corresponding to color.
ColorSlider[Dynamic[color]]
uses the dynamically updated current value of color, with the value of color being reset if the color is modified.
ColorSlider[]
represents a color slider with an initial gray color.
Details and OptionsDetails and Options
- ColorSlider[...] displays in a notebook as a color slider that can be manipulated interactively.
- ColorSlider[Dynamic[x]] will reset the value of x when the slider is moved; ColorSlider[x] will not.
- The following options can be given:
-
AppearanceElements Automatic elements to include in the color slider BaselinePosition Automatic alignment relative to surrounding text BaseStyle {} base style specifications for the color slider Enabled Automatic whether the color slider is enabled, or grayed out ImageMargins 0 margins around the image of the displayed color slider ImageSize Automatic the overall image size of the displayed color slider - A default color slider includes
and
elements. Elements to use can be specified in any order in a list given as the setting for AppearanceElements. - Setting can be used to find the color specified by ColorSlider.
- The settings for BaseStyle are appended to the default style typically given by the
style in the current stylesheet.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
