|
Synergy Color Management Component - SDK -
2018.0.80
|
Class for adjusting slider spacing based on mixing color space. More...
Public Member Functions | |
| virtual | ~MixingSliderUnits () |
| Default destructor. More... | |
| virtual void | setSliderMinEdge (float sliderMixingMinEdge)=0 |
| Set the minimum edge of a UI slider for conversion to mixing space. More... | |
| virtual float | getSliderMinEdge () const =0 |
| Minimum edge of a UI slider for conversion to mixing space. More... | |
| virtual void | setSliderMaxEdge (float sliderMixingMaxEdge)=0 |
| Set the maximum edge of a UI slider for conversion to mixing space. More... | |
| virtual float | getSliderMaxEdge () const =0 |
| Maximum edge of a UI slider for conversion to mixing space. More... | |
| virtual float | sliderToMixing (float sliderUnits) const =0 |
| Convert from units in distance along the slider to mixing space units. More... | |
| virtual float | mixingToSlider (float mixingUnits) const =0 |
| Convert from mixing space units to distance along the slider. More... | |
Class for adjusting slider spacing based on mixing color space.
|
virtual |
Default destructor.
|
pure virtual |
Set the minimum edge of a UI slider for conversion to mixing space.
| sliderMixingMinEdge | Slider edge in mixing space. |
|
pure virtual |
Minimum edge of a UI slider for conversion to mixing space.
|
pure virtual |
Set the maximum edge of a UI slider for conversion to mixing space.
| sliderMixingMaxEdge | Slider edge in mixing space. |
|
pure virtual |
Maximum edge of a UI slider for conversion to mixing space.
|
pure virtual |
Convert from units in distance along the slider to mixing space units.
| sliderUnits | Distance in slider space (normalized [0,1]). |
|
pure virtual |
Convert from mixing space units to distance along the slider.
| mixingUnits | Mixing space value to convert. |