Difference between revisions of "GetColorToleranceSpeed"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> function GetColorToleranceSpeed: Integer; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Gets the value a...") |
(No difference)
|
Latest revision as of 18:30, 5 July 2011
Definition
function GetColorToleranceSpeed: Integer;
Availability
SCAR Divi 3.00 > Current
Description
Gets the value associated with the currently active tolerance algorithm.
Example
begin ColorToleranceSpeed(3); WriteLn(GetColorToleranceSpeed); ColorToleranceSpeed(-1); WriteLn(GetColorToleranceSpeed); end.
Output:
3 1