PixelSet

Définit la couleur du point situé aux coordonnées spécifiées.

void  PixelSet(
   const int   x,       // coordonnée X
   const int   y,       // coordonnée Y
   const uint  clr      // couleur
   );

Paramètres

x

[in]  Coordonnée X du point.

y

[in]  Coordonnée Y du point.

clr

[in]  Couleur au format ARGB.