GetColorToleranceSpeed

From SCAR Divi Manual
Revision as of 19:30, 5 July 2011 by Freddy (talk | contribs) (Created page with "==Definition== <source lang="scar" lines="false"> function GetColorToleranceSpeed: Integer; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Gets the value a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

See Also