Platforms to show: All Mac Windows Linux Cross-Platform

Back to GM16ColorRGBMBS class.

GM16ColorRGBMBS.blue as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The blue color component.
Example
dim c as new GM16ColorRGBMBS(0.0,0.0,1.0)
MsgBox str(c.blue)

Range is 0.0 to 1.0.
(Read and Write property)

GM16ColorRGBMBS.green as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The green color component.
Example
dim c as new GM16ColorRGBMBS(0.0,1.0,0.0)
MsgBox str(c.green)

Range is 0.0 to 1.0.
(Read and Write property)

GM16ColorRGBMBS.red as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The red color component.
Example
dim c as new GM16ColorRGBMBS(1.0,0.0,0.0) // red
MsgBox str(C.red)

Range is 0.0 to 1.0.
(Read and Write property)

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


The biggest plugin in space...