PictureEffectsConsole Xojo Plugin

PictureEffectsError Module

Constants for Error codes that some of the effects can return. (Note defined in the main PictureEffects plugin, not in PictureEffectsConsole)

module PictureEffectsError

Constants

NO_ERROR = 0No error.
INVALID_MASK = 1The mask was invalid.
INVALID_SOURCE_IMAGE = 2The source image was invalid.
UNABLE_TO_CREATE_DESTINATION = 3Could not create destination image.
ILLEGAL_INPUT_PARAMETER = 4This error indicates that one or more parameters of the graphics filters contained a value that is outside of bounds of allowed values for those parameters.