RGB Tipe Def

 
typedef struct Couleur_
 { int rouge;
   int vert;
   int bleu;
 }
 Couleur;
DerSon