SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
nsGraphics Namespace Reference

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}
 

Detailed Description

Espace de nom pour les utilitaires graphiques.

Variable Documentation

◆ KBlack

const RGBAcolor nsGraphics::KBlack { 0, 0, 0}

Definition at line 157 of file rgbacolor.h.

◆ KBlue

const RGBAcolor nsGraphics::KBlue { 0, 0, 255}

Definition at line 161 of file rgbacolor.h.

◆ KCyan

const RGBAcolor nsGraphics::KCyan { 0, 255, 255}

Definition at line 163 of file rgbacolor.h.

◆ KGray

const RGBAcolor nsGraphics::KGray {128, 128, 128}

Definition at line 166 of file rgbacolor.h.

◆ KGreen

const RGBAcolor nsGraphics::KGreen { 0, 128, 0}

Definition at line 169 of file rgbacolor.h.

◆ KLime

const RGBAcolor nsGraphics::KLime { 0, 255, 0}

Definition at line 160 of file rgbacolor.h.

◆ KMagenta

const RGBAcolor nsGraphics::KMagenta {255, 0, 255}

Definition at line 164 of file rgbacolor.h.

◆ KMaroon

const RGBAcolor nsGraphics::KMaroon {128, 0, 0}

Definition at line 167 of file rgbacolor.h.

◆ KNavy

const RGBAcolor nsGraphics::KNavy { 0, 0, 128}

Definition at line 172 of file rgbacolor.h.

◆ KOlive

const RGBAcolor nsGraphics::KOlive {128, 128, 0}

Definition at line 168 of file rgbacolor.h.

◆ KPurple

const RGBAcolor nsGraphics::KPurple {128, 0, 128}

Definition at line 170 of file rgbacolor.h.

◆ KRed

const RGBAcolor nsGraphics::KRed {255, 0, 0}

Definition at line 159 of file rgbacolor.h.

◆ KSilver

const RGBAcolor nsGraphics::KSilver {192, 192, 192}

Definition at line 165 of file rgbacolor.h.

◆ KTeal

const RGBAcolor nsGraphics::KTeal { 0, 128, 128}

Definition at line 171 of file rgbacolor.h.

◆ KTransparent

const RGBAcolor nsGraphics::KTransparent { 0, 0, 0, 0}

Definition at line 173 of file rgbacolor.h.

◆ KWhite

const RGBAcolor nsGraphics::KWhite {255, 255, 255}

Definition at line 158 of file rgbacolor.h.

◆ KYellow

const RGBAcolor nsGraphics::KYellow {255, 255, 0}

Definition at line 162 of file rgbacolor.h.