Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to GM16ColorMBS class.
GM16ColorMBS.Black as GM16ColorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 18.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GM16ColorMBS.Color(ColorValue as Color) as GM16ColorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 18.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
GM16ColorMBS.Color(ColorValue as Color, alpha as Integer) as GM16ColorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 18.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Alpha in range from 0 to 255.
See also:
GM16ColorMBS.Color(red as integer, green as integer, blue as integer) as GM16ColorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 18.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Range in 0 to 255 for 8bit and 0 to 65535 for 16bit class.
See also:
GM16ColorMBS.Color(red as integer, green as integer, blue as integer, alpha as Integer) as GM16ColorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 18.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Range in 0 to 255 for 8bit and 0 to 65535 for 16bit class.
See also:
GM16ColorMBS.QuantumByteSize as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
As the plugin uses 8 bit this value should be 1.
GM16ColorMBS.scaleDoubleToQuantum(value as Double) as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
As the plugin uses 8 bit quantums, this is basicly a multiplication by 255.0
GM16ColorMBS.scaleQuantumToDouble(value as Integer) as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The plugin uses 8bit quantums, so this is basicly the division of value by 255.0
GM16ColorMBS.White as GM16ColorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | GraphicsMagick | MBS GraphicsMagick Plugin | 18.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The items on this page are in the following plugins: MBS GraphicsMagick Plugin.