![]() |
SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
|
Espace de nom pour les utilitaires graphiques. More...
Classes | |
class | IDrawable |
Interface pour un objet affichable. More... | |
class | RGBAcolor |
Classe représentant un couleur RGBA8888. More... | |
class | Vec2D |
Classe représentant un vecteur deux-dimensionnel. More... | |
Variables | |
const RGBAcolor | KBlack { 0, 0, 0} |
const RGBAcolor | KWhite {255, 255, 255} |
const RGBAcolor | KRed {255, 0, 0} |
const RGBAcolor | KLime { 0, 255, 0} |
const RGBAcolor | KBlue { 0, 0, 255} |
const RGBAcolor | KYellow {255, 255, 0} |
const RGBAcolor | KCyan { 0, 255, 255} |
const RGBAcolor | KMagenta {255, 0, 255} |
const RGBAcolor | KSilver {192, 192, 192} |
const RGBAcolor | KGray {128, 128, 128} |
const RGBAcolor | KMaroon {128, 0, 0} |
const RGBAcolor | KOlive {128, 128, 0} |
const RGBAcolor | KGreen { 0, 128, 0} |
const RGBAcolor | KPurple {128, 0, 128} |
const RGBAcolor | KTeal { 0, 128, 128} |
const RGBAcolor | KNavy { 0, 0, 128} |
const RGBAcolor | KTransparent { 0, 0, 0, 0} |
Espace de nom pour les utilitaires graphiques.
const RGBAcolor nsGraphics::KBlack { 0, 0, 0} |
Definition at line 157 of file rgbacolor.h.
const RGBAcolor nsGraphics::KBlue { 0, 0, 255} |
Definition at line 161 of file rgbacolor.h.
const RGBAcolor nsGraphics::KCyan { 0, 255, 255} |
Definition at line 163 of file rgbacolor.h.
const RGBAcolor nsGraphics::KGray {128, 128, 128} |
Definition at line 166 of file rgbacolor.h.
const RGBAcolor nsGraphics::KGreen { 0, 128, 0} |
Definition at line 169 of file rgbacolor.h.
const RGBAcolor nsGraphics::KLime { 0, 255, 0} |
Definition at line 160 of file rgbacolor.h.
const RGBAcolor nsGraphics::KMagenta {255, 0, 255} |
Definition at line 164 of file rgbacolor.h.
const RGBAcolor nsGraphics::KMaroon {128, 0, 0} |
Definition at line 167 of file rgbacolor.h.
const RGBAcolor nsGraphics::KNavy { 0, 0, 128} |
Definition at line 172 of file rgbacolor.h.
const RGBAcolor nsGraphics::KOlive {128, 128, 0} |
Definition at line 168 of file rgbacolor.h.
const RGBAcolor nsGraphics::KPurple {128, 0, 128} |
Definition at line 170 of file rgbacolor.h.
const RGBAcolor nsGraphics::KRed {255, 0, 0} |
Definition at line 159 of file rgbacolor.h.
const RGBAcolor nsGraphics::KSilver {192, 192, 192} |
Definition at line 165 of file rgbacolor.h.
const RGBAcolor nsGraphics::KTeal { 0, 128, 128} |
Definition at line 171 of file rgbacolor.h.
const RGBAcolor nsGraphics::KTransparent { 0, 0, 0, 0} |
Definition at line 173 of file rgbacolor.h.
const RGBAcolor nsGraphics::KWhite {255, 255, 255} |
Definition at line 158 of file rgbacolor.h.
const RGBAcolor nsGraphics::KYellow {255, 255, 0} |
Definition at line 162 of file rgbacolor.h.