imaqSetToolColor
Usage
int imaqSetToolColor(const RGBValue* color);
Purpose
Sets the color in which the tools from the tool window draw.
Parameters
Name
|
Type
|
Description
|
---|---|---|
color | const RGBValue* | The tool drawing color. This parameter is required and cannot be NULL. |
Return Value
Type |
Description |
---|---|
int | On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError(). |