Function ProColormapGet
Description
Retrieves the RGB values for the specified color value.
Replacement in Object TOOLKIT:
Synopsis
#include <ProColor.h>
ProColormapGet
(
ProColortype color_type
/* (In)
The color type
*/
/* (Out)
The RGB value
*/
)
Returns
The function successfully retrieved the RGB values.
Either the color identifier is invalid or the color is NULL.
Sample Code References
User Guide References
Was this helpful?