Pipeline graphique
 Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Définitions de type Énumérations Valeurs énumérées Macros
Structures de données | Variables
Référence de l'espace de nommage defColor

Structures de données

struct  color
 

Variables

const color black ={0x00,0x00,0x00,0xff}
 
const color cyan ={0x00,0xff,0xff,0xff}
 
const color red ={0xff,0x00,0x00,0xff}
 
const color magenta ={0xff,0x00,0xff,0xff}
 
const color green ={0x00,0xff,0x00,0xff}
 
const color yellow ={0xff,0xff,0xff,0xff}
 
const color blue ={0x00,0x00,0xff,0xff}
 
const color white ={0xff,0xff,0xff,0xff}
 

Documentation des variables

const color defColor::black ={0x00,0x00,0x00,0xff}

Définition à la ligne 54 du fichier definition.h.

const color defColor::blue ={0x00,0x00,0xff,0xff}

Définition à la ligne 57 du fichier definition.h.

const color defColor::cyan ={0x00,0xff,0xff,0xff}

Définition à la ligne 54 du fichier definition.h.

const color defColor::green ={0x00,0xff,0x00,0xff}

Définition à la ligne 56 du fichier definition.h.

const color defColor::magenta ={0xff,0x00,0xff,0xff}

Définition à la ligne 55 du fichier definition.h.

const color defColor::red ={0xff,0x00,0x00,0xff}

Définition à la ligne 55 du fichier definition.h.

const color defColor::white ={0xff,0xff,0xff,0xff}

Définition à la ligne 57 du fichier definition.h.

const color defColor::yellow ={0xff,0xff,0xff,0xff}

Définition à la ligne 56 du fichier definition.h.