Platforms to show: All Mac Windows Linux Cross-Platform

Back to PictureMinMaxMBS class.

PictureMinMaxMBS.FindAll(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the minimum and maximum pixels.

Sets all fields.

Some examples using this method:

PictureMinMaxMBS.FindBlue(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the minimum and maximum blue pixels.

Sets BlueMaxX, BlueMax, BlueMinX, BlueMinY, BlueMin and BlueMaxY.

PictureMinMaxMBS.FindGreen(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the minimum and maximum green pixels.

Sets GreenMaxX, GreenMax, GreenMinX, GreenMinY, GreenMin and GreenMaxY.

PictureMinMaxMBS.FindMaxAll(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the maximum pixels.

Sets RedMaxX, RedMax, RedMaxY, GreenMaxX, GreenMax, GreenMaxY, BlueMaxX, BlueMax and BlueMaxY.

PictureMinMaxMBS.FindMaxBlue(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the maximum blue pixel.

Sets BlueMaxX, BlueMax and BlueMaxY.

PictureMinMaxMBS.FindMaxGreen(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the maximum green pixel.

Sets GreenMaxX, GreenMax and GreenMaxY.

PictureMinMaxMBS.FindMaxRed(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the maximum red pixel.

Sets RedMaxX, RedMax and RedMaxY.

PictureMinMaxMBS.FindMaxSum(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the maximum sum pixel.

The sum of a pixel is the sum of all color channels of this pixel (red+Sum+blue).
Sets SumMaxX, SumMax and SumMaxY.

PictureMinMaxMBS.FindMinAll(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the minimum pixels.

Sets RedMinX, RedMin, RedMinY, GreenMinX, GreenMin, GreenMinY, BlueMinX, BlueMin and BlueMinY.

PictureMinMaxMBS.FindMinBlue(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the minimum blue pixel.

Sets BlueMinX, BlueMin and BlueMinY.

PictureMinMaxMBS.FindMinGreen(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the minimum green pixel.

Sets GreenMinX, GreenMin and GreenMinY.

PictureMinMaxMBS.FindMinRed(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the minimum red pixel.

Sets RedMinX, RedMin and RedMinY.

PictureMinMaxMBS.FindMinSum(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the minimum sum pixel.

The sum of a pixel is the sum of all color channels of this pixel (red+green+blue).
Sets SumMinX, SumMin and SumMinY.

PictureMinMaxMBS.FindRed(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the minimum and maximum red pixels.

Sets RedMaxX, RedMax, RedMinX, RedMinY, RedMin and RedMaxY.

PictureMinMaxMBS.FindSum(p as picture) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Searches for the minimum and maximum sum pixels.

The sum of a pixel is the sum of all color channels of this pixel (red+Sum+blue).
Sets SumMaxX, SumMax, SumMinX, SumMinY, SumMin and SumMaxY.

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


The biggest plugin in space...