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.cpp File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

Include dependency graph for qquickcolordialogutils.cpp:

Go to the source code of this file.

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.