Platforms to show: All Mac Windows Linux Cross-Platform

Back to GMColorRGBMBS class.

GMColorRGBMBS.blue as Double

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

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

GMColorRGBMBS.green as Double

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

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

GMColorRGBMBS.red as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The red color component.
Example
dim c as new GMColorRGBMBS(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...