Input event listener for the red slider
The constructor
| Name | Type | Description |
|---|---|---|
| colorControl | ColorControl | A reference to the ColorControl object |
| colorCoef | Number | A coefficient to use to transform the slider value into a color value |
Event listener
| Name | Type | Description |
|---|---|---|
| inputEvent | Event | The event to handle |
A coefficient to use to transform the slider value into a color value Slider value are from 0 to RedSliderControlElement.SLIDER_MAX_VALUE, Color values are from 0 to Color.MAX_COLOR
A reference to the ColorControl object