void MImageGetPixelRGB (MIMAGE pmi, int x, int y, int *pr, int *pg, int *pb)

Returns in the integers pointed to by 'pr', 'pg', 'pb' the R-G-B values of the pixel at location ('x','y') in the image 'pmi'

Documentation

Returns in the integers pointed to by 'pr', 'pg', 'pb' the R-G-B values of the pixel at location ('x','y') in the image 'pmi'. This function works for palette based images (depth of 2, 4, 8) and for true color images (depth of 24).

alphabetic index hierarchy of classes


MGUI Copyright 1996-1998 Vincenzo Morello

generated by doc++