KDEUI
KColorSpaces::KHCY Class Reference
#include <kcolorspaces.h>
Public Member Functions | |
| KHCY (const QColor &) | |
| KHCY (qreal h_, qreal c_, qreal y_, qreal a_=1.0) | |
| QColor | qColor () const |
Static Public Member Functions | |
| static qreal | luma (const QColor &) |
Public Attributes | |
| qreal | a |
| qreal | c |
| qreal | h |
| qreal | y |
Detailed Description
Definition at line 34 of file kcolorspaces.h.
Constructor & Destructor Documentation
◆ KHCY() [1/2]
|
explicit |
Definition at line 70 of file kcolorspaces.cpp.
◆ KHCY() [2/2]
|
explicit |
Definition at line 62 of file kcolorspaces.cpp.
Member Function Documentation
◆ luma()
|
static |
Definition at line 162 of file kcolorspaces.cpp.
◆ qColor()
| QColor KHCY::qColor | ( | ) | const |
Definition at line 100 of file kcolorspaces.cpp.
Member Data Documentation
◆ a
| qreal KColorSpaces::KHCY::a |
Definition at line 40 of file kcolorspaces.h.
◆ c
| qreal KColorSpaces::KHCY::c |
Definition at line 40 of file kcolorspaces.h.
◆ h
| qreal KColorSpaces::KHCY::h |
Definition at line 40 of file kcolorspaces.h.
◆ y
| qreal KColorSpaces::KHCY::y |
Definition at line 40 of file kcolorspaces.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.