void MGetDefaultForegroundRGB (int *pr, int *pg, int *pb)

Retrieves the R-G-B components of the default foreground color

Documentation

Retrieves the R-G-B components of the default foreground color. This color is used to draw the foreground in many MGUI objects. The R, G and B values are returned respectively in the variables pointed to by: 'pr', 'pg' and 'pb'.

Parameters:
pr - Points to an integer variable which to store the return red value to.
pg - Points to an integer variable which to store the return red value to.
pb - Points to an integer variable which to store the return red value to.
See Also:
MSetDefaultBackgroundRGB, MSetDefaultForegroundRGB, MGetDefaultBackgroundRGB, MAllocColor

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++