KDEUI
KColorSpaces::KHSL Class Reference
#include <kcolorspaces.h>
Public Member Functions | |
| KHSL (qreal h_, qreal s_, qreal l_, qreal a_=1.0) | |
| KHSL (const QColor &) | |
| QColor | qColor () const |
Public Attributes | |
| qreal | a |
| qreal | h |
| qreal | l |
| qreal | s |
Detailed Description
Definition at line 34 of file kcolorspaces.h.
Constructor & Destructor Documentation
| KHSL::KHSL | ( | const QColor & | color | ) | [explicit] |
Definition at line 38 of file kcolorspaces.cpp.
| KColorSpaces::KHSL::KHSL | ( | qreal | h_, | |
| qreal | s_, | |||
| qreal | l_, | |||
| qreal | a_ = 1.0 | |||
| ) | [explicit] |
Member Function Documentation
| QColor KHSL::qColor | ( | ) | const |
Definition at line 44 of file kcolorspaces.cpp.
Member Data Documentation
| qreal KColorSpaces::KHSL::a |
Definition at line 40 of file kcolorspaces.h.
| qreal KColorSpaces::KHSL::h |
Definition at line 40 of file kcolorspaces.h.
| qreal KColorSpaces::KHSL::l |
Definition at line 40 of file kcolorspaces.h.
| qreal KColorSpaces::KHSL::s |
Definition at line 40 of file kcolorspaces.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference