lib
KoColor Member ListThis is the complete list of members for KoColor, including all inherited members.
a() const | KoColor | |
B() const | KoColor | |
b() const | KoColor | |
black() | KoColor | [inline, static] |
blue() | KoColor | [inline, static] |
C() const | KoColor | |
calcCMYK() const | KoColor | [protected] |
calcHSV() const | KoColor | [protected] |
calcLAB() const | KoColor | [protected] |
calcRGB() const | KoColor | [protected] |
cmyk(int *C, int *M, int *Y, int *K) const | KoColor | |
cmykChanged() const | KoColor | [protected] |
CMYKtoHSV(int C, int M, int Y, int K, int *H, int *S, int *V) | KoColor | [static] |
CMYKtoLAB(int C, int M, int Y, int K, int *L, int *a, int *b) | KoColor | [static] |
CMYKtoRGB(int C, int M, int Y, int K, int *R, int *G, int *B) | KoColor | [static] |
color() const | KoColor | |
csCMYK enum value (defined in KoColor) | KoColor | |
csHSV enum value (defined in KoColor) | KoColor | |
csIndexed enum value (defined in KoColor) | KoColor | |
csLab enum value (defined in KoColor) | KoColor | |
cSpace enum name | KoColor | |
csRGB enum value (defined in KoColor) | KoColor | |
cyan() | KoColor | [inline, static] |
darkBlue() | KoColor | [inline, static] |
darkCyan() | KoColor | [inline, static] |
darkGray() | KoColor | [inline, static] |
darkGreen() | KoColor | [inline, static] |
darkMagenta() | KoColor | [inline, static] |
darkRed() | KoColor | [inline, static] |
darkYellow() | KoColor | [inline, static] |
G() const | KoColor | |
gray() | KoColor | [inline, static] |
green() | KoColor | [inline, static] |
H() const | KoColor | |
hex2int(QChar c) | KoColor | [protected] |
hsv(int *H, int *S, int *V) const | KoColor | |
hsvChanged() const | KoColor | [protected] |
HSVtoCMYK(int H, int S, int V, int *C, int *M, int *Y, int *K) | KoColor | [static] |
HSVtoLAB(int H, int S, int V, int *L, int *a, int *b) | KoColor | [static] |
HSVtoRGB(int H, int S, int V, int *R, int *G, int *B) | KoColor | [static] |
K() const | KoColor | |
KoColor() | KoColor | |
KoColor(int a, int b, int c, cSpace m=csRGB) | KoColor | |
KoColor(int c, int m, int y, int k) | KoColor | |
KoColor(const QString &name) | KoColor | |
KoColor(const QColor &c) | KoColor | |
L() const | KoColor | |
lab(int *L, int *a, int *b) const | KoColor | |
labChanged() const | KoColor | [protected] |
LABtoCMYK(int L, int a, int b, int *C, int *M, int *Y, int *K) | KoColor | [static] |
LABtoHSV(int L, int a, int b, int *H, int *S, int *V) | KoColor | [static] |
LABtoRGB(int L, int a, int b, int *R, int *G, int *B) | KoColor | [static] |
lightGray() | KoColor | [inline, static] |
M() const | KoColor | |
magenta() | KoColor | [inline, static] |
name() const | KoColor | |
native() const | KoColor | [inline] |
R() const | KoColor | |
red() | KoColor | [inline, static] |
rgb(int *R, int *G, int *B) const | KoColor | |
rgbChanged() const | KoColor | [protected] |
RGBtoCMYK(int R, int G, int B, int *C, int *M, int *Y, int *K) | KoColor | [static] |
RGBtoHSV(int R, int G, int B, int *H, int *S, int *V) | KoColor | [static] |
RGBtoLAB(int R, int G, int B, int *L, int *a, int *b) | KoColor | [static] |
S() const | KoColor | |
setCMYK(int C, int M, int Y, int K) | KoColor | |
setColor(const QColor &c) | KoColor | |
setHSV(int H, int S, int V) | KoColor | |
setLab(int L, int a, int b) | KoColor | |
setNamedColor(const QString &name) | KoColor | |
setRGB(int R, int G, int B) | KoColor | |
V() const | KoColor | |
white() | KoColor | [inline, static] |
Y() const | KoColor | |
yellow() | KoColor | [inline, static] |
|