PictureEffectsRaw Xojo Plugin

PictureEffectsRawError Module

PictureEffectsRawError

[Import]
module PictureEffectsRawError

Constants

NO_ERROR = 0No Error.
INVALID_MASK = 1Mask is invalid.
INVALID_SOURCE_IMAGE = 2Invalid source image.
UNABLE_TO_CREATE_DESTINATION = 3Unable to create destination image.
ILLEGAL_INPUT_PARAMETER = 4Illegal input parameter.
NOT_SUPPORTED_COLOR_SPACE = 5Color space is not supported.
NOT_SUPPORTED_DEPTH = 6Depth of the image is not supported.
DEPTH_NOT_MATCHING = 7Depth of the image is not matching.
CHANNEL_STRUCTURE_NOT_MATCHING = 8Channel structure is not matching.
PARAMETER_NOT_SUPPORTED_ON_COLOR_SPACE = 9Parameter is not supported on given color space.
ASYNC_METHOD_ALLREADY_RUNNING_ON_THIS_INSTANCE = 10Async method is already running on this instance.
OUT_OF_MEMORY = 11Out of memory.