Platforms to show: All Mac Windows Linux Cross-Platform
Back to GM16ImageMBS class.
GM16ImageMBS.cdl(cdl as string)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 16.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Bake in the ASC-CDL, which is a convention for the for the exchange of basic primary color grading information between for the exchange of basic primary color grading information between equipment and software from different manufacturers. It is a useful transform for other purposes as well.
GM16ImageMBS.channel(channel as Integer)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Use this option to extract a particular channel from the image. MatteChannel for example, is useful for extracting the opacity values from an image.
GM16ImageMBS.channelDepth(channel as Integer) as UInt32
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write computed property)
GM16ImageMBS.charcoal(radius as Double=0.0, sigma as Double=1.0)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The radius parameter specifies the radius of the Gaussian, in pixels, not counting the center pixel. The sigma parameter specifies the standard deviation of the Laplacian, in pixels.
GM16ImageMBS.chop(geometry as GM16GeometryMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GM16ImageMBS.colorHistogram as dictionary
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 16.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The dictionary has a GM16ColorMBS/GMColor16MBS object as key for each color and an unsigned integer as value.
GM16ImageMBS.colorize(opacity as UInt32, penColor as GM16ColorMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
GM16ImageMBS.colorize(opacityRed as UInt32, opacityGreen as UInt32, opacityBlue as UInt32, penColor as GM16ColorMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
GM16ImageMBS.colorMap as GM16ColorMBS()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 19.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
GM16ImageMBS.colorMap(index as UInt32) as GM16ColorMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write computed property)
See also:
GM16ImageMBS.colorMatrix(order as Integer, ColorMatrix() as Double)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 16.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The user supplied matrix may be of order 1 to 5 (1x1 through 5x5).
GM16ImageMBS.CombinePictureWithMask as picture
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Internally this calls Width and Height, CopyPicture and CopyMask.
GM16ImageMBS.compare(image as GM16ImageMBS) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Sets meanErrorPerPixel, normalizedMaxError, and normalizedMeanError in the current image. False is returned if the images are identical. An ErrorOption exception is thrown if the reference image columns, rows, colorspace, or matte differ from the current image:
GM16ImageMBS.composite(compositeImage as GM16ImageMBS, gravity as Integer, CompositeOperator as Integer = 2)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GM16ImageMBS.compositeAt(compositeImage as GM16ImageMBS, offset as GM16GeometryMBS, CompositeOperator as Integer = 2)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GM16ImageMBS.compositeXY(compositeImage as GM16ImageMBS, xOffset as Integer, yOffset as Integer, CompositeOperator as Integer = 2)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- Constructor(blob as GM16BlobMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, Magick as string)
- Constructor(file as folderitem)
- Constructor(other as GM16ImageMBS)
- Constructor(Path as string)
- Constructor(pic as picture)
- Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(blob as GM16BlobMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- Constructor
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
- Constructor(file as folderitem)
- Constructor(other as GM16ImageMBS)
- Constructor(Path as string)
- Constructor(pic as picture)
- Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- Constructor
- Constructor(blob as GM16BlobMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, Magick as string)
- Constructor(file as folderitem)
- Constructor(other as GM16ImageMBS)
- Constructor(Path as string)
- Constructor(pic as picture)
- Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- Constructor(blob as GM16BlobMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, Magick as string)
- Constructor(file as folderitem)
- Constructor(other as GM16ImageMBS)
- Constructor(Path as string)
- Constructor(pic as picture)
- Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- Constructor
- Constructor(blob as GM16BlobMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, Magick as string)
- Constructor(file as folderitem)
- Constructor(other as GM16ImageMBS)
- Constructor(Path as string)
- Constructor(pic as picture)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, Magick as string)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- Constructor(blob as GM16BlobMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
- Constructor(file as folderitem)
- Constructor(other as GM16ImageMBS)
- Constructor(Path as string)
- Constructor(pic as picture)
- Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(file as folderitem)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- Constructor
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, Magick as string)
- Constructor(other as GM16ImageMBS)
- Constructor(Path as string)
- Constructor(pic as picture)
- Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(other as GM16ImageMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- Constructor
- Constructor(blob as GM16BlobMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, Magick as string)
- Constructor(Path as string)
- Constructor(pic as picture)
- Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(Path as string)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- Constructor
- Constructor(blob as GM16BlobMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, Magick as string)
- Constructor(file as folderitem)
- Constructor(other as GM16ImageMBS)
- Constructor(pic as picture)
- Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(pic as picture)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Pixels from both the picture and picture's mask.
See also:
- Constructor
- Constructor(blob as GM16BlobMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, Magick as string)
- Constructor(file as folderitem)
- Constructor(other as GM16ImageMBS)
- Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- Constructor
- Constructor(blob as GM16BlobMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
- Constructor(file as folderitem)
- Constructor(other as GM16ImageMBS)
- Constructor(Path as string)
- Constructor(pic as picture)
- Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
GM16ImageMBS.Constructor(width as UInt32, height as UInt32, map as string, StorageType as Integer, data as ptr)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns an Image corresponding to an image stored in a raw memory array format. The pixel data must be in scanline order top-to-bottom. The data can be unsigned char, unsigned short int, unsigned int, unsigned long, float, or double. Float and double require the pixels to be normalized to the range [0..1], otherwise the range is [0..MaxVal] where MaxVal is the maximum possible value for that type.
Note that for most 32-bit architectures the size of an unsigned long is the same as unsigned int, but for 64-bit architectures observing the LP64 standard, an unsigned long is 64 bits, while an unsigned int remains 32 bits. This should be considered when deciding if the data should be described as "Integer" or "Long".
For example, to create a 640x480 image from unsigned red-green-blue character data, use
image = new GM16ImageMBS(640, 480, "RGB", GM16ImageMBS.StorageTypeCharPixel, pixels);
width: width in pixels of the image.
height: height in pixels of the image.
map: This string reflects the expected ordering of the pixel array. It can be any combination or order of R = red, G = green, B = blue, A = alpha (same as Transparency), O = Opacity, T = Transparency, C = cyan, Y = yellow, M = magenta, K = black, or I = intensity (for grayscale). Specify "P" = pad, to skip over a quantum which is intentionally ignored. Creation of an alpha channel for CMYK images is currently not supported.
type: Define the data type of the pixels. Float and double types are expected to be normalized [0..1] otherwise [0..MaxRGB]. Choose from these types: StorageTypeCharPixel, StorageTypeShortPixel, StorageTypeIntegerPixel, StorageTypeLongPixel, StorageTypeFloatPixel, or StorageTypeDoublePixel.
pixels: This array of values contain the pixel components as defined by map and type. You must preallocate this array where the expected length varies depending on the values of width, height, map, and type.
See also:
- Constructor
- Constructor(blob as GM16BlobMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, Magick as string)
- Constructor(file as folderitem)
- Constructor(other as GM16ImageMBS)
- Constructor(Path as string)
- Constructor(pic as picture)
- Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
GM16ImageMBS.contrast(sharpen as UInt32)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GM16ImageMBS.convolve(order as Integer, ColorMatrix() as Double)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 16.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Applies a user-specified convolution to the image.
order represents the number of columns and rows in the filter kernel.
kernel is an array of doubles representing the convolution kernel.
GM16ImageMBS.CopyPicture as picture
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You may need to set image type to RGB to get it working.
See also:
GM16ImageMBS.CopyPicture(x as Integer, y as Integer, width as Integer, height as Integer) as picture
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You may need to set image type to RGB to get it working.
See also:
GM16ImageMBS.CopyPictureMask as picture
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
GM16ImageMBS.CopyPictureMask(x as Integer, y as Integer, width as Integer, height as Integer) as picture
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
GM16ImageMBS.CopyPixelsMemory as Memoryblock
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Optional specify rectangle.
Returns nil on low memory or bad parameter. Image must be of type class direct (not palette picture).
Order of pixel data is normally Red, Green, Blue, Opacity. Or Cyan, Magenta, Yellow, Black for CMYK images.
For GM16ImageMBS, the data is 8bit per channel. For GMImage16MBS, the data is 16bit per channel.
See also:
GM16ImageMBS.CopyPixelsMemory(x as Integer, y as Integer, width as Integer, height as Integer) as Memoryblock
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Optional specify rectangle.
Returns nil on low memory or bad parameter. Image must be of type class direct (not palette picture).
Order of pixel data is normally Red, Green, Blue, Opacity. Or Cyan, Magenta, Yellow, Black for CMYK images.
For GM16ImageMBS, the data is 8bit per channel. For GMImage16MBS, the data is 16bit per channel.
See also:
GM16ImageMBS.CreateHBITMAP as Ptr
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 15.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
The HBITMAP returned needs to be freed when you are done with it or you risk having a memory leak.
GM16ImageMBS.crop(geometry as GM16GeometryMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
GM16ImageMBS.cycleColormap(amount as Integer)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The items on this page are in the following plugins: MBS GraphicsMagick Plugin.