PictureEffectsConsole Xojo Plugin

InterlaceType Module

Constants for InterlaceType that can be used with the Interlace effect. (Note defined in the main PictureEffects plugin, not in PictureEffectsConsole)

module InterlaceType

Constants

NONE = 0No Interlace.
ODD = 1Odd lines are interlaced.
EVEN = 2Even lines are interlaced.