Contents

roiTileIndex

This property tells a tiled-input processor which input tile index is being processed.

Declaration

var roiTileIndex: Int { get }

Discussion

This property is only relevant if your processor implements /CIImageProcessorKernel/roiTileArrayForInput:arguments:outputRect:

This can be useful if the processor needs to clear the CIImageProcessorOutput before the first tile is processed.

See Also

Instance Properties