MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 5.0 5.1 5.2 5.3 5.4 5.5 6.0 6.1 6.2 6.3 6.4 6.5 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Graphics & Pictures
Extensions to the picture and the graphics class.
- BlendPicturesMBS(source as picture, sourcepercent as double, dest as picture, destpercent as double) as picture
- BlendPicturesWithMaskMBS(source as picture, dest as picture, mask as picture) as picture
- BuildPictureWithGWorldHandleMBS(handle as integer, ByPassOwernerShip as boolean) as picture
- BuildPictureWithPicHandleDataMBS(data as string) as picture
- CombinePicturesMBS(red as picture, blue as picture, green as picture) as picture
- MemoryblockABGRtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockARGBtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockARGBtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, LittleEndian as boolean) as picture
- MemoryblockBGRAtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockBGRtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, PixelByteSize as integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, PixelByteSize as integer, Red as integer, Blue as integer, Green as integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, PixelByteSize as integer, Red() as integer, Blue() as integer, Green() as integer) as picture
- MemoryblockRGBAtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockRGBtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- NewBluePaletteMBS as PaletteMBS
- NewColorPictureMBS(width as integer, height as integer, depth as integer, temp as boolean) as Picture
- NewGrayPaletteMBS as PaletteMBS
- NewGrayPictureMBS(width as integer, height as integer, depth as integer, temp as boolean) as Picture
- NewGreenPaletteMBS as PaletteMBS
- NewPaletteMBS(count as integer) as PaletteMBS
- NewPalmPaletteMBS as PaletteMBS
- NewPictureEditorMBS(pic as picture) as PictureEditorMBS
- NewPictureMBS(width as integer, height as integer, pixeltype as integer, buffer as memoryblock, rowbytes as integer) as picture
- NewPictureReaderMBS(pic as picture) as PictureReaderMBS
- NewPictureWriterMBS(width as integer, height as integer) as PictureWriterMBS
- NewRedPaletteMBS as PaletteMBS
- NewSystemPaletteMBS as PaletteMBS
- NewWebPaletteMBS as PaletteMBS
- NewWindowsPaletteMBS as PaletteMBS
- NSColorPanel.jpg
- TintPictureMBS(source as picture, GreyBase as color, SepiaBase as color) as picture
- class BarcodeScannerMBS
- property Barcode as String
- property CheckDigits as Boolean
- property LastBarcode as String
- property LastPicture as Picture
- property MinimumLength as Integer
- property Mode as Integer
- method Scan(p as picture) as boolean
- method Scan(p as picture, lines() as integer) as boolean
- class Graphics
- method clearArcMBS(left as integer,top as integer,width as integer,height as integer,start as integer,arc as integer)
- method clearOvalMBS(left as integer,top as integer,width as integer,height as integer)
- method clearRoundRectMBS(left as integer,top as integer,width as integer,height as integer, arcwidth as integer, archeight as integer)
- method DrawArcMBS(left as integer,top as integer,width as integer,height as integer,start as integer,arc as integer)
- method DrawGWorldHandleMBS(handle as integer, SourceLeft as integer, SourceTop as integer, SourceWidth as integer, SourceHeight as integer, DestinationLeft as integer, DestinationTop as integer, DestinationWidth as integer, DestinationHeight as integer)
- method FillArcMBS(left as integer,top as integer,width as integer,height as integer,start as integer,arc as integer)
- method HandleMBS as integer
- method InvertArcMBS(left as integer,top as integer,width as integer,height as integer,start as integer,arc as integer)
- method InvertOvalMBS(left as integer,top as integer,width as integer,height as integer)
- method InvertRectMBS(left as integer,top as integer,width as integer,height as integer)
- method InvertRoundRectMBS(left as integer,top as integer,width as integer,height as integer, arcwidth as integer, archeight as integer)
- method PaintdesktopMBS
- method ScrollMBS(left as integer, top as integer, width as integer, height as integer, dx as integer, dy as integer)
- method StretchBltMBS(nXOriginDest as integer, nYOriginDest as integer, nWidthDest as integer, nHeightDest as integer, source as graphics, nXOriginSrc as integer, nYOriginSrc as integer, nWidthSrc as integer, nHeightSrc as integer, dwRop as integer) as boolean
- class GWorldMBS
- method BMPdata as string
- property Bottom as Integer
- method clone as GWorldMBS
- method cloneHandle as integer
- method Close
- method CopyPicture as Picture
- method DrawGWorld(SourceGWorld as GWorldMBS, SourceLeft as integer, SourceTop as integer, SourceWidth as integer, SourceHeight as integer, DestinationLeft as integer, DestinationTop as integer, DestinationWidth as integer, DestinationHeight as integer)
- method DrawIntoGraphics(destination as graphics)
- method DrawIntoGraphics(destination as graphics, SourceLeft as integer, SourceTop as integer, SourceWidth as integer, SourceHeight as integer, DestinationLeft as integer, DestinationTop as integer, DestinationWidth as integer, DestinationHeight as integer)
- method DrawPicture(SourcePicture as picture, DestinationLeft as integer, DestinationTop as integer, DestinationWidth as integer, DestinationHeight as integer, UseTransparent as boolean)
- method GetGWorld(byref port as integer, byref device as integer)
- property Handle as Integer
- property Height as Integer
- method JPEGdata as string
- property Lasterror as Integer
- property Left as Integer
- method NewGWorld(width as integer, height as integer, Depth as integer) as boolean
- method NewGWorldFromPicture(SourcePic as picture) as boolean
- method NewGWorldGray(width as integer, height as integer, Depth as integer) as boolean
- method NewGWorldPictureReference(pic as picture) as boolean
- method PNGdata as string
- property Quality as Integer
- property Release as Boolean
- property Right as Integer
- method Scale(destgworld as GWorldMBS, quality as integer)
- method SetGWorld
- method SetGWorld(port as integer, device as integer)
- method TIFFdata as string
- property Top as Integer
- property Width as Integer
- class MacPictMBS
- method BackColor as color
- method close
- method ClosePicture
- method CopyPicture as integer
- method CreatePicture(width as integer, height as integer)
- method Drawline(x1 as integer, y1 as integer, x2 as integer, y2 as integer)
- method Drawpicture(g as graphics,x as integer, y as integer, w as integer, h as integer)
- method DrawpictureIntoGWorld(GWorldHandle as integer,x as integer, y as integer, w as integer, h as integer)
- method DrawString(s as string, x as integer, y as integer)
- method DrawText(s as string)
- method EraseArc(x as integer, y as integer, w as integer, h as integer, startangle as integer, endangle as integer)
- method EraseOval(x as integer, y as integer, w as integer, h as integer)
- method ErasePoly(points() as integer)
- method EraseRect(x as integer, y as integer, w as integer, h as integer)
- method EraseRoundRect(x as integer, y as integer, w as integer, h as integer, ow as integer, oh as integer)
- method ForeColor as color
- method FrameArc(x as integer, y as integer, w as integer, h as integer, startangle as integer, endangle as integer)
- method FrameOval(x as integer, y as integer, w as integer, h as integer)
- method FramePoly(points() as integer)
- method FrameRect(x as integer, y as integer, w as integer, h as integer)
- method FrameRoundRect(x as integer, y as integer, w as integer, h as integer, ow as integer, oh as integer)
- method HidePen
- method InvertArc(x as integer, y as integer, w as integer, h as integer, startangle as integer, endangle as integer)
- method InvertOval(x as integer, y as integer, w as integer, h as integer)
- method InvertPoly(points() as integer)
- method InvertRect(x as integer, y as integer, w as integer, h as integer)
- method InvertRoundRect(x as integer, y as integer, w as integer, h as integer, ow as integer, oh as integer)
- method Line(dh as integer, dv as integer)
- method LineTo(h as integer, v as integer)
- method MakePicture as picture
- method Move(dh as integer, dv as integer)
- method MoveTo(h as integer, v as integer)
- method PaintArc(x as integer, y as integer, w as integer, h as integer, startangle as integer, endangle as integer)
- method PaintOval(x as integer, y as integer, w as integer, h as integer)
- method PaintPoly(points() as integer)
- method PaintRect(x as integer, y as integer, w as integer, h as integer)
- method PaintRoundRect(x as integer, y as integer, w as integer, h as integer, ow as integer, oh as integer)
- method PenHeight as Integer
- method PenNormal
- method PenSize(width as integer, height as integer)
- method PenWidth as Integer
- property PicHandle as integer
- method PicHandleData as string
- method ShowPen
- method StringWidth(s as string) as integer
- method TextFace as Integer
- method TextMode as Integer
- method TextSize as Integer
- class NSColorListMBS
- method colorWithKey(key as string) as NSColorMBS
- method Create(name as string) as boolean
- method Create(name as string, path as string) as boolean
- method insertColor(theColor as NSColorMBS, key as string, index as integer) as NSColorMBS
- method isEditable as Boolean
- method Load(name as string) as boolean
- method name as string
- method removeColorWithKey(key as string)
- method removeFile
- method setColor(theColor as NSColorMBS, key as string)
- method writeToFile(path as string) as boolean
- class NSColorMBS
- method alphaComponent as double
- shared method alternateSelectedControlColor as NSColorMBS
- shared method alternateSelectedControlTextColor as NSColorMBS
- shared method blackColor as NSColorMBS
- method blackComponent as double
- shared method blueColor as NSColorMBS
- method blueComponent as double
- method brightnessComponent as double
- shared method brownColor as NSColorMBS
- shared method clearColor as NSColorMBS
- method colorSpaceName as string
- shared method controlBackgroundColor as NSColorMBS
- shared method controlColor as NSColorMBS
- shared method controlDarkShadowColor as NSColorMBS
- shared method controlHighlightColor as NSColorMBS
- shared method controlLightHighlightColor as NSColorMBS
- shared method controlShadowColor as NSColorMBS
- shared method controlTextColor as NSColorMBS
- shared method cyanColor as NSColorMBS
- method cyanComponent as double
- shared method darkGrayColor as NSColorMBS
- shared method disabledControlTextColor as NSColorMBS
- shared method grayColor as NSColorMBS
- shared method greenColor as NSColorMBS
- method greenComponent as double
- shared method gridColor as NSColorMBS
- shared method headerColor as NSColorMBS
- shared method headerTextColor as NSColorMBS
- shared method highlightColor as NSColorMBS
- method hueComponent as double
- shared method keyboardFocusIndicatorColor as NSColorMBS
- shared method knobColor as NSColorMBS
- shared method lightGrayColor as NSColorMBS
- shared method magentaColor as NSColorMBS
- method magentaComponent as double
- shared method orangeColor as NSColorMBS
- shared method purpleColor as NSColorMBS
- shared method redColor as NSColorMBS
- method redComponent as double
- method saturationComponent as double
- shared method scrollBarColor as NSColorMBS
- shared method secondarySelectedControlColor as NSColorMBS
- shared method selectedControlColor as NSColorMBS
- shared method selectedControlTextColor as NSColorMBS
- shared method selectedKnobColor as NSColorMBS
- shared method selectedMenuItemColor as NSColorMBS
- shared method selectedMenuItemTextColor as NSColorMBS
- shared method selectedTextBackgroundColor as NSColorMBS
- shared method selectedTextColor as NSColorMBS
- shared method shadowColor as NSColorMBS
- shared method textBackgroundColor as NSColorMBS
- shared method textColor as NSColorMBS
- shared method whiteColor as NSColorMBS
- method whiteComponent as double
- shared method windowBackgroundColor as NSColorMBS
- shared method windowFrameColor as NSColorMBS
- shared method windowFrameTextColor as NSColorMBS
- shared method yellowColor as NSColorMBS
- method yellowComponent as double
- class NSColorPanelMBS
- method alpha as double
- method attachColorList(list as NSColorListMBS)
- event Changed
- method ColorValue as Color
- method Constructor
- method detachColorList(list as NSColorListMBS)
- method getColor as NSColorMBS
- method GetColor(byref red as single, byref green as single, byref blue as single, byref alpha as single) as boolean
- method getColorAsRGB as NSColorMBS
- method GetColorFromDrag as color
- method GetColorFromDrag(byref red as single, byref green as single, byref blue as single, byref alpha as single) as boolean
- method isContinuous as boolean
- method mode as integer
- method SetColor(red as single, green as single, blue as single, alpha as single)
- method setColor(value as NSColorMBS)
- method setContinuous(value as boolean)
- method setMode(value as integer)
- method SetPickerMode(value as integer)
- method setShowsAlpha(value as boolean)
- shared method SharedColorPanelExists as boolean
- method showsAlpha as boolean
- class NSImageMBS
- method addRepresentation(img as NSImageRepMBS)
- method backgroundColor as variant
- method BMPRepresentation as String
- method cacheDepthMatchesImageDepth as Boolean
- method Constructor
- method Constructor(data as string)
- method Constructor(file as folderitem)
- method Constructor(image as Picture, mask as picture=nil)
- method Constructor(width as double, height as double)
- method CopyMask as picture
- method CopyPicture as picture
- method CopyPictureWithMask as picture
- method DrawIntoCGContextAtPoint(cgcontext as integer, x as double, y as double, sx as double, sy as double, SourceW as double, SourceH as double, operation as integer, fraction as double) as boolean
- method DrawIntoCGContextAtRect(cgcontext as integer, x as double, y as double, w as double, h as double, SourceX as double, SourceY as double, SourceW as double, SourceH as double, operation as integer, fraction as double) as boolean
- method GIFRepresentation as String
- property Handle as Integer
- method height as double
- method imageByFadingToFraction(fraction as double) as NSImageMBS
- method imageByScalingToSize(width as double, height as double) as NSImageMBS
- method imageByScalingToSize(width as double, height as double, fraction as double) as NSImageMBS
- method imageByScalingToSize(width as double, height as double, fraction as double, flip as boolean, proportionally as boolean) as NSImageMBS
- shared method imageNamed(name as string) as NSImageMBS
- method initWithContentsOfURL(file as folderitem) as boolean
- method initWithContentsOfURL(url as string) as boolean
- method initWithData(data as string) as boolean
- method initWithPicture(img as picture, mask as picture=nil) as boolean
- method initWithSize(width as double, height as double) as boolean
- method isCachedSeparately as Boolean
- method isDataRetained as Boolean
- method isFlipped as Boolean
- method isValid as Boolean
- method JPEGRepresentation as String
- method JPEGRepresentationWithCompressionFactor(factor as double) as String
- method matchesOnMultipleResolution as Boolean
- method MaximumPixelHeight as integer
- method MaximumPixelWidth as integer
- method MinimumPixelHeight as integer
- method MinimumPixelWidth as integer
- method name as String
- method PNGRepresentation as String
- method prefersColorMatch as Boolean
- method removeRepresentation(img as NSImageRepMBS)
- method RepresentationHeight(index as integer) as integer
- method representations as NSImageRepMBS
- method RepresentationsCount as Integer
- method RepresentationWidth(index as integer) as integer
- method scalesWhenResized as Boolean
- method setCacheDepthMatchesImageDepth(value as Boolean)
- method setCachedSeparately(value as Boolean)
- method setDataRetained(value as Boolean)
- method setFlipped(value as Boolean)
- method setMatchesOnMultipleResolution(value as Boolean)
- method setName(value as String) as Boolean
- method setPrefersColorMatch(value as Boolean)
- method setScalesWhenResized(value as Boolean)
- method setSize(width as double, height as double)
- method setUsesEPSOnResolutionMismatch(value as Boolean)
- method TIFFRepresentation as String
- method TIFFRepresentationUsingCompression(comp as integer, factor as double) as String
- method usesEPSOnResolutionMismatch as Boolean
- method width as double
- class NSImageRepArrayMBS
- property Count as Integer
- property Handle as Integer
- method Item(index as integer) as NSImageRepMBS
- class NSImageRepMBS
- method bitsPerSample as Boolean
- method colorSpaceName as String
- method hasAlpha as Boolean
- method height as double
- method isOpaque as Boolean
- method pixelsHigh as Boolean
- method pixelsWide as Boolean
- method setAlpha(value as Boolean)
- method setBitsPerSample(value as Integer)
- method setColorSpaceName(value as String)
- method setOpaque(value as Boolean)
- method setPixelsHigh(value as Integer)
- method setPixelsWide(value as Integer)
- method setSize(width as double, height as double)
- method width as double
- class PaletteMBS
- method Col(i as integer) as color
- property count as integer
- method CountColors as integer
- method Mem as memoryblock
- method NewPicture(width as integer,height as integer) as picture
- class Picture
- method AutoLevelMBS as picture
- method BitmapMBS as picture
- method ChangeBrightnessAbsoluteMBS(r as double, g as double, b as double) as picture
- method ChangeBrightnessAbsoluteMBS(x as double) as picture
- method ChangeBrightnessLinearMBS(r as double, g as double, b as double) as picture
- method ChangeBrightnessLinearMBS(x as double) as picture
- method ChangeContrastMBS(x as double) as picture
- method ChangeContrastMBS(xr as double, xg as double, xb as double) as picture
- method ChangeCustomMBS(a as double, b as double) as picture
- method cloneMBS as picture
- method CloneMBS(width as integer, height as integer) as picture
- method CopyABGRtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer) as boolean
- method CopyARGBtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer) as boolean
- method CopyARGBtoMemoryblockMBS(destination as memoryblock, offset as integer, LittleEndian as boolean, AlphaValue as integer) as boolean
- method CopyBGRAtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer) as boolean
- method CopyBGRtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- method CopyBGRXtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- method CopyBtoMemoryblockMBS(destination as memoryblock, offset as integer, PixelByteSize as integer) as boolean
- method CopyGtoMemoryblockMBS(destination as memoryblock, offset as integer, PixelByteSize as integer) as boolean
- method CopyMaskMBS as picture
- method CopyPictureWithMaskMBS as picture
- method CopyPictureWithoutMaskMBS as picture
- method CopyRGBAtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer) as boolean
- method CopyRGBtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- method CopyRGBXtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- method CopyRtoMemoryblockMBS(destination as memoryblock, offset as integer, PixelByteSize as integer) as boolean
- method CopyXBGRtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- method CopyXRGBtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- method CountColorMBS(col as color) as integer
- method CountColorsMBS(byref red as memoryblock, byref blue as memoryblock, byref green as memoryblock, byref count as integer)
- method DrawPictureMaskMBS(source as picture,mask as picture,sLeft as integer,sTop as integer,sWidth as integer,sHeight as integer,dLeft as integer,dTop as integer,dWidth as integer,dHeight as integer) as boolean
- method DrawPictureMBS(source as picture,sLeft as integer,sTop as integer,sWidth as integer,sHeight as integer,dLeft as integer,dTop as integer,dWidth as integer,dHeight as integer,mode as integer) as boolean
- method EmbeddedMaskMBS(swap as boolean) as picture
- method ExtractColorMBS(SearchColor as color, ReplaceWithColor as color, BackGroundColor as color) as picture
- method HasMaskMBS as boolean
- method HMirrorMBS as picture
- method HMirrorPictureMBS as boolean
- method InvertMBS as picture
- method InvertMBS(left as integer,top as integer,width as integer,height as integer) as picture
- method MakeHBITMAPMBS as integer
- method MirrorMBS as picture
- method MirrorPictureMBS as boolean
- method PaletteMBS as PaletteMBS
- method PicHandleDataMBS as string
- method PicHandleMBS as picture
- method ReplaceColorMBS(SearchColor as color, ReplaceWithColor as color) as picture
- method Rotate180MBS as picture
- method Rotate270MBS as picture
- method Rotate90MBS as picture
- method RotateMBS(angle as double,background as color) as picture
- method ScaleImageAndMaskMBS(width as integer, height as integer, AntiAlias as boolean=false, YieldTicks as integer=0) as picture
- method ScaleMBS(width as integer, height as integer, AntiAlias as boolean=false, YieldTicks as integer=0) as picture
- method ScalingMBS(mode as integer, width as integer, height as integer) as picture
- method ScrollHorizontalMBS(delta as integer, wrap as boolean, scrollmask as boolean) as boolean
- method ScrollMBS(deltaX as integer, deltaY as integer, wrap as boolean, scrollmask as boolean) as boolean
- method ScrollVerticalMBS(delta as integer, wrap as boolean, scrollmask as boolean) as boolean
- method TransformColorsMBS(red as memoryblock, blue as memoryblock, green as memoryblock) as picture
- method TrimMBS(left as integer, top as integer, width as integer, height as integer) as picture
- method TrimWithMaskMBS(left as integer, top as integer, width as integer, height as integer) as picture
- method VMirrorMBS as picture
- method VMirrorPictureMBS as boolean
- class PictureConvolutionMBS
- method close
- property DestinationPicture as Picture
- method Hor(index as integer) as double
- method Run(channels as integer) as boolean
- property SourcePicture as Picture
- property ValueCount as Integer
- method Ver(index as integer) as double
- class PictureEditorMBS
- property BlueOffset as Integer
- property BytesPerPixel as Integer
- property Data as Memoryblock
- property DataCopy as Memoryblock
- property DataPtr as Integer
- property GreenOffset as Integer
- property Height as Integer
- property Picture as Picture
- property RedOffset as Integer
- property RowBytes as Integer
- property Width as Integer
- class PictureLut3DMBS
- method close
- property DestinationPicture as Picture
- property MaxX as Integer
- property MaxY as Integer
- property MinX as Integer
- property MinY as Integer
- method Run as boolean
- property SourcePicture as Picture
- method Table(r as integer, g as integer, b as integer, x as integer) as double
- class PictureMatrix3DMBS
- method close
- property DestinationPicture as Picture
- method Matrix(x as integer, y as integer) as double
- property MaxX as Integer
- property MaxY as Integer
- property MinX as Integer
- property MinY as Integer
- method Run as boolean
- property SourcePicture as Picture
- class PictureMatrixMBS
- method close
- property DestinationPicture as Picture
- property Displacement as Integer
- method Matrix(x as integer, y as integer) as integer
- property MaxX as Integer
- property MaxY as Integer
- property MinX as Integer
- property MinY as Integer
- method Run as boolean
- method RunRGB(red as boolean, green as boolean, blue as boolean) as boolean
- property ScaleFactor as Double
- property SourcePicture as Picture
- class PictureMinMaxMBS
- property BlueMax as Integer
- property BlueMaxX as Integer
- property BlueMaxY as Integer
- property BlueMin as Integer
- property BlueMinX as Integer
- property BlueMinY as Integer
- method close
- method FindAll(p as picture) as boolean
- method FindBlue(p as picture) as boolean
- method FindGreen(p as picture) as boolean
- method FindMaxAll(p as picture) as boolean
- method FindMaxBlue(p as picture) as boolean
- method FindMaxGreen(p as picture) as boolean
- method FindMaxRed(p as picture) as boolean
- method FindMaxSum(p as picture) as boolean
- method FindMinAll(p as picture) as boolean
- method FindMinBlue(p as picture) as boolean
- method FindMinGreen(p as picture) as boolean
- method FindMinRed(p as picture) as boolean
- method FindMinSum(p as picture) as boolean
- method FindRed(p as picture) as boolean
- method FindSum(p as picture) as boolean
- property GreenMax as Integer
- property GreenMaxX as Integer
- property GreenMaxY as Integer
- property GreenMin as Integer
- property GreenMinX as Integer
- property GreenMinY as Integer
- property RedMax as Integer
- property RedMaxX as Integer
- property RedMaxY as Integer
- property RedMin as Integer
- property RedMinX as Integer
- property RedMinY as Integer
- property SumMax as Integer
- property SumMaxX as Integer
- property SumMaxY as Integer
- property SumMin as Integer
- property SumMinX as Integer
- property SumMinY as Integer
- class PictureReaderMBS
- property BlueOffset as Integer
- property BytesPerPixel as Integer
- property Data as Memoryblock
- property DataCopy as Memoryblock
- property DataPtr as Integer
- property GreenOffset as Integer
- property Height as Integer
- property Picture as Picture
- property RedOffset as Integer
- property RowBytes as Integer
- property Width as Integer
- class PictureSepiaMBS
- method close
- property DestinationPicture as Picture
- property FactorBlue as Double
- property FactorGreen as Double
- property FactorRed as Double
- property MaxX as Integer
- property MaxY as Integer
- property MinX as Integer
- property MinY as Integer
- method Run as boolean
- property SepiaBlue as Integer
- property SepiaGreen as Integer
- property SepiaRed as Integer
- property SourcePicture as Picture
- class PictureWriterMBS
- property BlueOffset as Integer
- property BytesPerPixel as Integer
- property Data as Memoryblock
- property DataCopy as Memoryblock
- property DataPtr as Integer
- property GreenOffset as Integer
- property Height as Integer
- property Picture as Picture
- property RedOffset as Integer
- method Render as picture
- property RowBytes as Integer
- property Width as Integer
The items on this page are in the following plugins: MBS Cocoa Plugin, MBS Mac Plugin, MBS Picture Plugin, MBS QuickTime Plugin, MBS Win Plugin.
Monkeybread Software Realbasic Plugins - Pfarrgemeinderat St. Arnulf Nickenich