Documentación de la API > Graphics and model display > Object ProText > Function ProTextStyleColorGetWithDef
Function ProTextStyleColorGetWithDef
Description
Obtains The color applied to this text style.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
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
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
¿Fue esto útil?