MaxRGB Property
Applies To
Vision Objects: ImageOp
Description
Defines the upper color limits for the ImageOp ColorStretch operation.
Usage
VGet Sequence.Object.MaxRGB, var
VSet Sequence.Object.MaxRGB , 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: &HFFFFFF (White)
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 , MinRGB Property