PictureEffects Xojo and Real Studio Plugin |
|
PictureEffectsError Module
Constants for Error codes that some of the effects can return.
module PictureEffectsError
Constants
NO_ERROR = 0 | No error. |
INVALID_MASK = 1 | The mask was invalid. |
INVALID_SOURCE_IMAGE = 2 | The source image was invalid. |
UNABLE_TO_CREATE_DESTINATION = 3 | Could not create destination image. |
ILLEGAL_INPUT_PARAMETER = 4 | This 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. |