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

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

Documentation

Retrieves the R-G-B components of the default background color. This color is used to draw the background 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, MGetDefaultForegroundRGB, MAllocColor

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++