Description
A read-write property specifying which image frame the ProfileValues should be taken from.
-
Property type
-
A Long value.
-
Syntax
-
object.FrameIndex [= value]
The FrameIndex Property syntax has these parts: |
| object | An expression evaluating to an object of type McLineProfiles. | | value | A Long value. | Remarks
The default value of McActiveFrame (-2) means that ActiveFrameIndex of the ancestor image data should be used for the luminance data. Assigning a value from 0 up through McImage.FrameCount-1 will result in ProfileValues being computed for that frame.
|