This method assign an RGB value to the tool.color variable.
Syntax
void Set_Color(
unsigned char r,
unsigned char g,
unsigned char b
) ;
Parameters
r, g, b
The 3 components of the color that will be assigned to the tool.color variable. the acceptable values are between 0 and 255.
Return value
This method does not return a value.
Remarks
Requirements
Header:
TomoVision_Util.hpp
TomoVision_Tools.hpp
Library:
TomoVision_Util.lib
TomoVision_Tools.lib
Example
See also