void MSetFGColorOption (const char *obj_name, int r, int g, int b)

Stores a Foreground Color option in the resource database

Documentation

Stores a Foreground Color option in the resource database. A Foreground Color option is stored in the application or the MGUI resource files using an option named "foreground". The RGB values 'r', 'g', and 'b' are stored as the color definition.

Parameters:
obj_name - Specifies the name of the object. An object in the DOS and Windows resource file is defined by enclosing its name in brackets and it is followed by option definitions.
r - The red component of the color to store.
g - The green component of the color to store.
b - The blue component of the color to store.
See Also:
MGetFGColorOption

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++