Class: QgsColorWheel

A color wheel widget.

This widget consists of an outer ring which allows for hue selection, and an inner rotating triangle which allows for saturation and value selection.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsColorWheel

Base classes

QgsColorWidget

A base class for interactive color widgets.

QWidget

QObject

QPaintDevice

class qgis.gui.QgsColorWheel[source]

Bases: QgsColorWidget

__init__(parent: QWidget | None = None)

Constructs a new color wheel widget.

Parameters:

parent (Optional[QWidget] = None) – parent QWidget for the widget