gKit2 light
Classes | Functions

Go to the source code of this file.

Classes

struct  Color
 representation d'une couleur (rgba) transparente ou opaque. More...
 

Functions

Color Black ()
 utilitaire. renvoie une couleur noire. More...
 
Color White ()
 utilitaire. renvoie une couleur blanche. More...
 
Color Red ()
 utilitaire. renvoie une couleur rouge. More...
 
Color Green ()
 utilitaire. renvoie une couleur verte. More...
 
Color Blue ()
 utilitaire. renvoie une couleur bleue. More...
 
Color Yellow ()
 utilitaire. renvoie une couleur jaune. More...
 
Color operator+ (const Color &a, const Color &b)
 
Color operator- (const Color &a, const Color &b)
 
Color operator- (const Color &c)
 
Color operator* (const Color &a, const Color &b)
 
Color operator* (const Color &c, const float k)
 
Color operator* (const float k, const Color &c)
 
Color operator/ (const Color &a, const Color &b)
 
Color operator/ (const float k, const Color &c)
 
Color operator/ (const Color &c, const float k)
 
Color linear (const Color &color)
 correction gamma : srgb vers rgb More...
 
Color gamma (const Color &color)
 correction gamma : rgb vers srgb More...
 

Detailed Description

manipulation de couleurs

Definition in file color.h.