KColor Class Reference

#include <kcolordialog.h>

Inheritance diagram for KColor:

QColor List of all members.

Detailed Description

A color class that preserves both RGB and HSV values.

This is unlike QColor which only preserves RGB values and recalculates HSV values. The QColor behavior leads to an accumulation of rounding errors when working in the HSV color space.

Author:
Waldo Bastian <bastian@kde.org>

Definition at line 164 of file kcolordialog.h.


Public Member Functions

 KColor ()
 KColor (const KColor &col)
 KColor (const QColor &col)
KColoroperator= (const KColor &col)
bool operator== (const KColor &col) const
void setHsv (int _h, int _s, int _v)
void setRgb (int _r, int _g, int _b)
void rgb (int *_r, int *_g, int *_b) const
void hsv (int *_h, int *_s, int *_v) const

Protected Attributes

int h
int s
int v
int r
int g
int b

The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys