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