GetColorToleranceSpeed

From SCAR Divi Manual
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