PictureEffectsRaw Xojo Plugin

ConvolutionEffectRaw.ConvolutionType Property (console safe)

The type of convolution to use. This can be any value from the ConvolutionEffectRaw.ConvolutionTypeValues enum.

ConvolutionType as ConvolutionEffectRaw.ConvolutionTypeValues {Read and Write}

Remarks

This sets if this should be Smooth, Sharpen, Edge Detect, Mean Removal, Emboss or Blur effect.

This property is ignored if the CustomMatrix property is not nil. Then the custom effect will be used instead.

See Also

ConvolutionEffectRaw Class