Property VLTransparentColor.TVLColorRange.ToleranceGreen
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 ToleranceGreen : Integer read FToleranceGreen write SetToleranceGreen default 5;
C++ Builder:
__property int ToleranceGreen = { read=FToleranceGreen, write=SetToleranceGreen, default=5 };
Summary
The tolerance for the green component of the transparent color range.
Description
Use this property to set the tolerance for the green
component of the transparent color range.
The range is defined as +/- of the green 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.