Référence du fichier F:/KPlato/koffice/libs/pigment/KoColorConversions.h

#include <qglobal.h>
#include <koffice_export.h>

Graphe des dépendances par inclusion de KoColorConversions.h:

Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

Aller au code source de ce fichier.

Fonctions

PIGMENT_EXPORT void rgb_to_hsv (int R, int G, int B, int *H, int *S, int *V)
PIGMENT_EXPORT void hsv_to_rgb (int H, int S, int V, int *R, int *G, int *B)
PIGMENT_EXPORT void RGBToHSV (float r, float g, float b, float *h, float *s, float *v)
PIGMENT_EXPORT void HSVToRGB (float h, float s, float v, float *r, float *g, float *b)
PIGMENT_EXPORT void RGBToHSL (float r, float g, float b, float *h, float *s, float *l)
PIGMENT_EXPORT void HSLToRGB (float h, float sl, float l, float *r, float *g, float *b)
PIGMENT_EXPORT void rgb_to_hls (quint8 r, quint8 g, quint8 b, float *h, float *l, float *s)
PIGMENT_EXPORT float hue_value (float n1, float n2, float hue)
PIGMENT_EXPORT void hls_to_rgb (float h, float l, float s, quint8 *r, quint8 *g, quint8 *b)
PIGMENT_EXPORT void rgb_to_hls (quint8 r, quint8 g, quint8 b, int *h, int *l, int *s)
PIGMENT_EXPORT void hls_to_rgb (int h, int l, int s, quint8 *r, quint8 *g, quint8 *b)


Documentation des fonctions

PIGMENT_EXPORT void hls_to_rgb ( int  h,
int  l,
int  s,
quint8 *  r,
quint8 *  g,
quint8 *  b 
)

Définition à la ligne 336 du fichier KoColorConversions.cpp.

Références hls_to_rgb().

Voici le graphe d'appel pour cette fonction :

PIGMENT_EXPORT void hls_to_rgb ( float  h,
float  l,
float  s,
quint8 *  r,
quint8 *  g,
quint8 *  b 
)

Définition à la ligne 309 du fichier KoColorConversions.cpp.

Références hue_value().

Voici le graphe d'appel pour cette fonction :

PIGMENT_EXPORT void HSLToRGB ( float  h,
float  sl,
float  l,
float *  r,
float *  g,
float *  b 
)

Définition à la ligne 391 du fichier KoColorConversions.cpp.

Référencé par KoColorConversionsTester::testRGBHSL().

Voici le graphe d'appel pour cette fonction :

PIGMENT_EXPORT void hsv_to_rgb ( int  H,
int  S,
int  V,
int *  R,
int *  G,
int *  B 
)

Définition à la ligne 86 du fichier KoColorConversions.cpp.

Références gensymbolfontmap::f.

PIGMENT_EXPORT void HSVToRGB ( float  h,
float  s,
float  v,
float *  r,
float *  g,
float *  b 
)

Définition à la ligne 180 du fichier KoColorConversions.cpp.

Références EPSILON, gensymbolfontmap::f, et UNDEFINED_HUE.

Référencé par KoColorConversionsTester::testRGBHSV().

Voici le graphe d'appel pour cette fonction :

PIGMENT_EXPORT float hue_value ( float  n1,
float  n2,
float  hue 
)

Définition à la ligne 293 du fichier KoColorConversions.cpp.

Référencé par hls_to_rgb().

Voici le graphe d'appel pour cette fonction :

PIGMENT_EXPORT void rgb_to_hls ( quint8  r,
quint8  g,
quint8  b,
int *  h,
int *  l,
int *  s 
)

Définition à la ligne 326 du fichier KoColorConversions.cpp.

Références Py::int, et rgb_to_hls().

Voici le graphe d'appel pour cette fonction :

PIGMENT_EXPORT void rgb_to_hls ( quint8  r,
quint8  g,
quint8  b,
float *  h,
float *  l,
float *  s 
)

Définition à la ligne 238 du fichier KoColorConversions.cpp.

PIGMENT_EXPORT void rgb_to_hsv ( int  R,
int  G,
int  B,
int *  H,
int *  S,
int *  V 
)

A number of often-used conversions between color models

Définition à la ligne 29 du fichier KoColorConversions.cpp.

PIGMENT_EXPORT void RGBToHSL ( float  r,
float  g,
float  b,
float *  h,
float *  s,
float *  l 
)

Définition à la ligne 351 du fichier KoColorConversions.cpp.

Références UNDEFINED_HUE.

Référencé par KoColorConversionsTester::testRGBHSL().

Voici le graphe d'appel pour cette fonction :

PIGMENT_EXPORT void RGBToHSV ( float  r,
float  g,
float  b,
float *  h,
float *  s,
float *  v 
)

Définition à la ligne 147 du fichier KoColorConversions.cpp.

Références EPSILON, et UNDEFINED_HUE.

Référencé par KoColorConversionsTester::testRGBHSV().

Voici le graphe d'appel pour cette fonction :


Généré le Wed Nov 22 23:43:02 2006 pour KPlato par  doxygen 1.5.1-p1