PictureEffectsRaw Xojo Plugin |
|
ConvolutionEffectRaw.ConvolutionTypeValues Enum
Enum that defines the type of the standard convolutions that this class supports.
enum ConvolutionEffectRaw.ConvolutionTypeValues
Constants
SMOOTH = 0 | Smooth |
SHARPEN = 1 | Sharpen |
EDGE_DETECT = 2 | Edge detect |
MEAN_REMOVAL = 3 | Mean removal |
EMBOSS = 4 | Emboss |
BLUR = 5 | Blur |