![]() |
ImFusion SDK 4.3
|
#include <ImFusion/GUI/CoreWidgets/HsvColorPicker.h>
Specialized version of a CompositeSlider that renders the HSV hue color map as background. More...
Inheritance diagram for HsvHueSlider:Specialized version of a CompositeSlider that renders the HSV hue color map as background.
Default value range is 0..359 representing the hue angle in the HSV color space.
Public Member Functions | |
| HsvHueSlider (Qt::Orientation orientation, QWidget *parent=nullptr) | |
| Create a new HsvHueSlider in the given orientation. | |
Public Member Functions inherited from CompositeSlider | |
| CompositeSlider (Qt::Orientation orientation, QWidget *parent=nullptr) | |
Protected Member Functions | |
| void | paintBackground (QPainter &painter) override |
Protected Member Functions inherited from CompositeSlider | |
| void | paintEvent (QPaintEvent *event) override |
Protected Attributes | |
| QLinearGradient | m_background |
|
overrideprotectedvirtual |
Reimplemented from CompositeSlider.