PictureEffectsConsole Xojo Plugin

RotationMethod Module

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

module RotationMethod

Constants

NORMAL = 0Normal rotation is used, which is faster but produces less quality.
COLOR_WEIGHT = 1Color weighted rotation rotation is used, which is slower but produces better quality, especially on edges.