MinRGB Property

Applies To
Vision Objects: ImageOp

Description
Defines the lower color limits for the ImageOp ColorStretch operation.

Usage

VGet  Sequence.Object.MinRGB, var
VSet  Sequence.Object.MinRGB , value
Sequence
Name of a sequence or string variable containing a sequence name.
Object
Name of an object or string variable containing an object name
.
The object must exist in the specified sequence.
var
Long expression for the new value of the property.
value
Long expression for the new value of the property.

Values
Long values formated as RGB colors ( &Hrrggbb).

Default: &H000000 (Black)

Remarks
MinRGB and MaxRGB are used to specify the minimum and maximum RGB values to use for the ColorStretch operation of ImageOp.

See Also
ImageOp Object, KeepRGBRatio Property, MaxRGB Property