Description | |||||||||||
Enables you to change the text color so any subsequent graphics window text is drawn in the specified color. | |||||||||||
Replacement in Object TOOLKIT: | wfcWDisplay::ModifyTextColor | ||||||||||
Synopsis | |||||||||||
#include <ProColor.h> | |||||||||||
ProError | ProTextColorModify | ( | |||||||||
ProColor* new_text_color | |||||||||||
/* (In) | |||||||||||
The new color to use to display text. If the color method is PRO_COLOR_METHOD_DEFAULT, the color used will be PRO_TEXT_COLOR. May be NULL, in which case the current text color will be returned. | |||||||||||
*/ | |||||||||||
ProColor* p_old_text_color | |||||||||||
/* (Out) | |||||||||||
The previous text color. May be NULL. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|