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
HSVA Struct Reference

#include <qquickcolordialogutils_p.h>

Collaboration diagram for HSVA:

Public Attributes

qreal h = .0
qreal s = .0
union { 
   qreal   v = 1.0 
   qreal   l 
}; 
qreal a = 1.0

Detailed Description

Definition at line 28 of file qquickcolordialogutils_p.h.

Member Data Documentation

◆ [union]

union { ... } HSVA

◆ a

qreal HSVA::a = 1.0

Definition at line 36 of file qquickcolordialogutils_p.h.

◆ h

qreal HSVA::h = .0

Definition at line 30 of file qquickcolordialogutils_p.h.

◆ l

qreal HSVA::l

Definition at line 34 of file qquickcolordialogutils_p.h.

◆ s

qreal HSVA::s = .0

Definition at line 31 of file qquickcolordialogutils_p.h.

◆ v

qreal HSVA::v = 1.0

Definition at line 33 of file qquickcolordialogutils_p.h.


The documentation for this struct was generated from the following file: