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)
Constants
NORMAL = 0 | Normal rotation is used, which is faster but produces less quality. |
COLOR_WEIGHT = 1 | Color weighted rotation rotation is used, which is slower but produces better quality, especially on edges. |