Description | ||||||||
Obtains The color applied to this text style. | ||||||||
Synopsis | ||||||||
#include <ProNote.h> | ||||||||
ProError | ProTextStyleColorGetWithDef | ( | ||||||
ProTextStyle text_style | ||||||||
/* (In) | ||||||||
The text style. | ||||||||
*/ | ||||||||
ProColor* color | ||||||||
/* (Out) | ||||||||
The color. If color method is PRO_COLOR_METHOD_DEFAULT its value will be null. If color method is PRO_COLOR_METHOD_TYPE its value is ProColortype. If color method is PRO_COLOR_METHOD_RGB its value is ProColormap | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|