|
|
KColor ()
| KColor |
KColor ( const KColor &col)
| KColor |
KColor ( const QColor &col)
| KColor |
KColor& operator= ( const KColor& col)
| operator= |
bool operator== ( const KColor& col)
| operator== |
[const]
void setHsv (int _h, int _s, int _v)
| setHsv |
void setRgb (int _r, int _g, int _b)
| setRgb |
void rgb (int *_r, int *_g, int *_b)
| rgb |
[const]
void hsv (int *_h, int *_s, int *_v)
| hsv |
[const]
int h | h |
[protected]
int s | s |
[protected]
int v | v |
[protected]
int r | r |
[protected]
int g | g |
[protected]
int b | b |
[protected]
Generated by: dfaure on faure on Tue Apr 16 08:49:25 2002, using kdoc 2.0a53. |