PictureEffects Xojo and Real Studio Plugin

RotationMethod Module

Constants for RotationMethod that can be used with the RotatePicture effect.

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.