Property VLTransparentColor.TVLColorRange.ToleranceRed
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLColorRange
Contents |
Syntax
Delphi:
property ToleranceRed : Integer read FToleranceRed write SetToleranceRed default 5;
C++ Builder:
__property int ToleranceRed = { read=FToleranceRed, write=SetToleranceRed, default=5 };
Summary
The tolerance for the red component of the transparent color range.
Description
Use this property to set the tolerance for the red component
of the transparent color range.
The range is defined as +/- of the red component of the color.
If the lower boundary is smaller then 0 the lower boundary is equal to 0.
If the upper boundary is bigger then 255 the lower boundary is equal to 255.