Platforms to show: All Mac Windows Linux Cross-Platform

Back to PictureConvolutionMBS class.

PictureConvolutionMBS.DestinationPicture as Picture

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 4.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The destination picture.

If you set this property, use a bitmap picture equal in size to the source picture.
If this property is nil, the Run method will create a picture.
(Read and Write property)

PictureConvolutionMBS.SourcePicture as Picture

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 4.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The source picture.

Must be a bitmap picture.
(you can use the picture.BitmapMBS function for this)
(Read and Write property)

PictureConvolutionMBS.ValueCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 4.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The number of values set in the Hor and Ver array.
Example
dim p as new PictureConvolutionMBS

p.Hor(0)=0.25
p.Hor(1)=0.5
p.Hor(2)=0.25
p.ValueCount=3

The index in the arrays goes from 0 to ValueCount-1.
Default is 3.
Use values like 1, 3, 5, 7, 9, 11, 13, 15, 17 or 19.
(Read and Write property)

The items on this page are in the following plugins: MBS Picture Plugin.


The biggest plugin in space...