QgsColorWheel class
A color wheel widget.
Contents
This widget consists of an outer ring which allows for hue selection, and an inner rotating triangle which allows for saturation and value selection.
Base classes
- class QgsColorWidget
- A base class for interactive color widgets.
Constructors, destructors, conversion operators
- QgsColorWheel(QWidget* parent = nullptr)
- Constructs a new color wheel widget.
Function documentation
QgsColorWheel:: QgsColorWheel(QWidget* parent = nullptr)
Constructs a new color wheel widget.
| Parameters | |
|---|---|
| parent | parent QWidget for the widget |