void MImageSetPixelRGB (MIMAGE pmi, int x, int y, int r, int g, int b)

Sets the R-G-B components of the pixel at location ('x','y') in the image 'pmi' with the values in the parameter 'r', 'g', 'b'

Documentation

Sets the R-G-B components of the pixel at location ('x','y') in the image 'pmi' with the values in the parameter 'r', 'g', 'b'. This function works for palette based images (depth of 2, 4, 8) and for true color images (depth of 24). When working with palette based images, the effective pixel color is choosen as the closest one available in the image colormap.

alphabetic index hierarchy of classes


MGUI Copyright 1996-1998 Vincenzo Morello

generated by doc++