gKit2 light
|
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 lineare. More... | |
Color | srgb (const Color &color) |
correction gamma : rgb lineaire vers srgb. More... | |
manipulation de couleurs
Definition in file color.h.