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.
represents a color slider with an initial gray color.
Details 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 AutoAction False whether to change the color automatically when the mouse moves over 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 "Swatch" and "Spectrum" 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 "ColorSlider" style in the current stylesheet.
Examples
open allclose allScope (1)
Copy and use Evaluate in Place () to display as an actual color slider:
Then use Setting to retrieve the RGB value of the color slider:
Options (10)
AutoAction (2)
By default no colors change until you click in the slider area:
By setting AutoAction, the colors change as the mouse moves over the slider area:
ContinuousAction (2)
By default, variables are continuously updated:
Setting ContinuousAction to False makes variable updates only when the color slider is released:
Enabled (2)
By default ColorSlider is enabled:
By setting Enabled -> False, the color slider is disabled but visible in its current state:
Properties & Relations (1)
ColorSetter is a special case of ColorSlider:
Neat Examples (1)
Text
Wolfram Research (2007), ColorSlider, Wolfram Language function, https://reference.wolfram.com/language/ref/ColorSlider.html (updated 2021).
CMS
Wolfram Language. 2007. "ColorSlider." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/ColorSlider.html.
APA
Wolfram Language. (2007). ColorSlider. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ColorSlider.html