Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickcolordialogutils_p.h File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include <QtCore/QtGlobal>
Include dependency graph for qquickcolordialogutils_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HSVA

Functions

QT_BEGIN_NAMESPACE std::pair< qreal, qrealgetSaturationAndValue (qreal saturation, qreal lightness)
std::pair< qreal, qrealgetSaturationAndLightness (qreal saturation, qreal value)

Function Documentation

◆ getSaturationAndLightness()

std::pair< qreal, qreal > getSaturationAndLightness ( qreal saturation,
qreal value )

Definition at line 18 of file qquickcolordialogutils.cpp.

◆ getSaturationAndValue()

QT_BEGIN_NAMESPACE std::pair< qreal, qreal > getSaturationAndValue ( qreal saturation,
qreal lightness )

Definition at line 9 of file qquickcolordialogutils.cpp.