Function ProColormapSet
Description
Enables you to set the values of the three color components for a specified color value.
Replacement in Object TOOLKIT:
Synopsis
#include <ProColor.h>
ProColormapSet
(
ProColortype color_type
/* (In)
The color type
*/
/* (In)
The RGB value
*/
)
Returns
The function successfully set the color values.
Either the color identifier is invalid or the color is NULL.
Sample Code References
User Guide References
도움이 되셨나요?