Description | |||||||||||
Changes the color used to draw any subsequent graphics. | |||||||||||
Replacement in Object TOOLKIT: | wfcWDisplay::ModifyGraphicsColor | ||||||||||
Synopsis | |||||||||||
#include <ProGraphic.h> | |||||||||||
ProError | ProGraphicsColorModify | ( | |||||||||
ProColor* new_color | |||||||||||
/* (In) | |||||||||||
The new color to use when drawing a graphics entity. If the method is PRO_COLOR_METHOD_DEFAULT, graphics will be drawn using PRO_DRAWING_COLOR. If NULL, no change will be made, but the function outputs the current color in the output argument. | |||||||||||
*/ | |||||||||||
ProColor* p_old_color | |||||||||||
/* (Out) | |||||||||||
The previous color. May be NULL. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|