Platforms to show: All Mac Windows Linux Cross-Platform

Back to PictureMinMaxMBS class.

PictureMinMaxMBS.BlueMax as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The maximum blue color value.

Range: 0 to 255.
(Read and Write property)

PictureMinMaxMBS.BlueMaxX as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the maximum blue value.

Range: 0 to Picture.Width-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.BlueMaxY as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the maximum blue value.

Range: 0 to Picture.Height-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.BlueMin as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The minimum blue color value.

Range: 0 to 255.
(Read and Write property)

PictureMinMaxMBS.BlueMinX as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the minimum blue value.

Range: 0 to Picture.Width-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.BlueMinY as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the minimum blue value.

Range: 0 to Picture.Height-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.GreenMax as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The maximum green color value.

Range: 0 to 255
(Read and Write property)

PictureMinMaxMBS.GreenMaxX as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the maximum green value.

Range: 0 to Picture.Width-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.GreenMaxY as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the maximum green value.

Range: 0 to Picture.Height-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.GreenMin as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The minimum green color value.

Range: 0 to 255
(Read and Write property)

PictureMinMaxMBS.GreenMinX as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the minimum green value.

Range: 0 to Picture.Width-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.GreenMinY as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the minimum green value.

Range: 0 to Picture.Height-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.RedMax as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The maximum red color value.

Range: 0 to 255
(Read and Write property)

PictureMinMaxMBS.RedMaxX as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the maximum red value.

Range: 0 to Picture.Width-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.RedMaxY as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the maximum red value.

Range: 0 to Picture.Height-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.RedMin as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The minimum red color value.

Range: 0 to 255
(Read and Write property)

PictureMinMaxMBS.RedMinX as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the minimum red value.

Range: 0 to Picture.Width-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.RedMinY as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the minimum red value.

Range: 0 to Picture.Height-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.SumMax as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The maximum sum color value.

sum=red+blue+green
Range: 0 to 765
(Read and Write property)

PictureMinMaxMBS.SumMaxX as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the maximum sum value.

Range: 0 to Picture.Width-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.SumMaxY as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the maximum sum value.

Range: 0 to Picture.Height-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.SumMin as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The minimum sum color value.

sum=red+blue+green
Range: 0 to 765
(Read and Write property)

PictureMinMaxMBS.SumMinX as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the minimum sum value.

Range: 0 to Picture.Width-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

PictureMinMaxMBS.SumMinY as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Graphics & Pictures MBS Picture Plugin 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the pixel with the minimum sum value.

Range: 0 to Picture.Height-1. Set to -1 on any error.
(Read and Write property)

Some examples using this property:

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


The biggest plugin in space...