Function ProTextColorSet
DEPRECATED:
Since Wildfire 5.0
SUPERSEDED BY:
Description
Enables you to change the text color so any subsequent graphics window text is drawn in the specified color.
NOTE:
This function is deprecated. Use ProTextColorModify instead.
Replacement in Object TOOLKIT:
Synopsis
#include <ProColor.h>
ProTextColorSet
(
ProColortype new_text_color
/* (In)
The new color to use to display text. The default color is yellow.
*/
ProColortype* p_old_text_color
/* (Out)
The previous text color. May be NULL.
*/
)
Returns
The function successfully changed the color.
The current color is the same as the new color.
User Guide References
도움이 되셨나요?