Platforms to show: All Mac Windows Linux Cross-Platform

LCMS2BitmapMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class LCMS2 MBS Images Plugin 11.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for a bitmap.

You can pass bitmap data as raw memoryblock or fill it using a Xojo picture.
In our LCMS 1.x plugin, the bitmap was always 16 bit. This plugin also can also use 8 bit or 32 bit.

  • 6 properties
  • 9 methods
    • method Constructor
    • method Constructor(p as picture, bits as Integer = 8)
    • method Constructor(p as picture, left as Integer, top as Integer, width as Integer, height as Integer, bits as Integer = 8)
    • method Constructor(width as Integer, height as Integer, colorspace as Integer)
    • method Constructor(width as Integer, height as Integer, colorspace as Integer, RowBytes as Integer)
    • method Constructor(width as Integer, height as Integer, colorspace as Integer, RowBytes as Integer, data as memoryblock)
    • method CopyToPicture(pic as picture, x as Integer = 0, y as Integer = 0) as boolean
    • method Invert
    • method Picture(HasAlpha as Boolean = false) as picture

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries


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


LaunchServicesStringListMBS   -   LCMS2CIECAM02MBS


The biggest plugin in space...