Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 25 of file qquickcolordialogutils_p.h.

Member Data Documentation

◆ [union]

union { ... } HSVA

◆ a

◆ h

◆ l

qreal HSVA::l

Definition at line 31 of file qquickcolordialogutils_p.h.

◆ s

◆ v


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