Platforms to show: All Mac Windows Linux Cross-Platform
Graphics & Pictures
Extensions to the picture and the graphics class.
- NSColorPanel.jpg
- NewPictureEditor24MBS(pic as picture) as PictureEditor24MBS
- NewPictureEditor32MBS(pic as picture) as PictureEditor32MBS
- NewPictureReaderMBS(pic as picture) as PictureReaderMBS
- NewPictureWriterMBS(width as integer, height as integer) as PictureWriterMBS
- MemoryblockARGBtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, LittleEndian as boolean) as picture
- MemoryblockRGBtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- NewColorPictureMBS(width as integer, height as integer, depth as integer, temp as boolean) as Picture
- NewGrayPictureMBS(width as integer, height as integer, depth as integer, temp as boolean) as Picture
- NewBluePaletteMBS as PaletteMBS
- NewGrayPaletteMBS as PaletteMBS
- NewGreenPaletteMBS as PaletteMBS
- NewPaletteMBS(count as integer) as PaletteMBS
- NewPalmPaletteMBS as PaletteMBS
- NewRedPaletteMBS as PaletteMBS
- NewSystemPaletteMBS as PaletteMBS
- NewWebPaletteMBS as PaletteMBS
- NewWindowsPaletteMBS as PaletteMBS
- 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
- TintPictureMBS(source as picture, GreyBase as color, SepiaBase as color) as picture
- BlendPicturesMBS(result as picture, source as picture, sourcepercent as double, dest as picture, destpercent as double, x As Integer, y As Integer, width As Integer, height As Integer) as boolean
- BlendPicturesWithMaskMBS(result as picture, source as picture, dest as picture, mask as picture, x As Integer, y As Integer, width As Integer, height As Integer) as boolean
- BlendPicturesWithMaskWithBackgroundMBS(SourceImage As Picture, DestImage As Picture, Mask As Picture, Result As Picture, X As Integer, Y As Integer, Width As Integer, Height As Integer) as boolean
- BlendPicturesWithMaskWithBackgroundMBS(SourceImage As Picture, DestImage As Picture, Mask As Picture, Result As Picture, X As Integer, Y As Integer, Width As Integer, Height As Integer, BackgroundColour As Color) as boolean
- ColorizePictureMBS(Pict As Picture, Mask As Picture, foreR as double, foreG as double, foreB as double, foreA as double, backR as double, backG as double, backB as double, backA as double) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color, MaskColour As color) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer, MaskColour As Integer) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color, MaskColour As color) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer, MaskColour As Integer) as boolean
- PictureCopyPixelFastMBS(DestImage As Picture, Source As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer) as boolean
- NewPictureMBS(width as integer, height as integer, pixeltype as integer, buffer as memoryblock, rowbytes as integer) as picture
- MemoryblockABGRtoPictureMBS(dest as picture, source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockABGRtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockARGBtoPictureMBS(dest as picture, 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
- MemoryblockBGRAtoPictureMBS(dest as picture, source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockBGRAtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockBGRtoPictureMBS(dest as picture, 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(dest as picture, source as memoryblock, offset as integer, width as integer, height as integer, FlipVertically as boolean=false) as picture
- MemoryblockRGBAtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, FlipVertically as boolean=false) as picture
- MemoryblockRGBtoPictureMBS(dest as picture, source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MandelbrotSetMBS(Threaded as integer, width as integer, height as integer, fx as double = 4.0, fy as double = 4.0, dx as double = -2.0, dy as double = -2.0) as picture
- class BarcodeScannerMBS
- method Scan(p as picture) as boolean
- method Scan(p as picture, lines() as integer) as boolean
- property Barcode as String
- property CheckDigits as Boolean
- property LastBarcode as String
- property LastPicture as Picture
- property MinimumLength as Integer
- property Mode as Integer
- class Graphics
- method DrawCGImageMBS(image as CGImageMBS, r as CGRectMBS)
- method DrawCGImageXYMBS(image as CGImageMBS, x as integer, y as integer)
- method DrawCGImageXYMBS(image as CGImageMBS, x as integer, y as integer, w as integer, h as integer)
- method DrawCGPDFDocumentMBS(pdf as CGPDFDocumentMBS, r as CGRectMBS, page as integer)
- 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 DrawWindowsIconMBS(file as folderitem, IconID as integer, x as integer, y as integer, w as integer, h as integer) as boolean
- 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
- method StretchDIBitsMBS(XDest as integer, YDest as integer, DestWidth as integer, DestHeight as integer, XSource as integer, YSource as integer, SourceWidth as integer, SourceHeight as integer, Bits as memoryblock, ImageWidth as integer, ImageHeight as integer, ImageBitCount as integer) as boolean
- class GWorldMBS
- method BMPdata as string
- 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)
- method JPEGdata as string
- 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
- method Scale(destgworld as GWorldMBS, quality as integer)
- method SetGWorld
- method SetGWorld(port as integer, device as integer)
- method TIFFdata as string
- property Bottom as Integer
- property Handle as Integer
- property Height as Integer
- property Lasterror as Integer
- property Left as Integer
- property Quality as Integer
- property Release as Boolean
- property Right as Integer
- 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
- 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
- property Height as Integer
- property PicHandle as integer
- property Width 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
- method blendedColorWithFraction(alpha as double, c as NSColorMBS) as NSColorMBS
- shared method blueColor as NSColorMBS
- method blueComponent as double
- method brightnessComponent as double
- shared method brownColor as NSColorMBS
- method catalogNameComponent as string
- shared method clearColor as NSColorMBS
- shared method colorFromPasteboard as NSColorMBS
- method colorNameComponent as string
- method colorSpace as NSColorSpaceMBS
- method colorSpaceName as string
- method colorUsingColorSpace(colorSpace as NSColorSpaceMBS) as NSColorMBS
- method colorUsingColorSpaceName(colorSpace as string) as NSColorMBS
- method colorValue as color
- method colorWithAlphaComponent(alpha as double) as NSColorMBS
- shared method colorWithCalibratedHSV(hue as double, saturation as double, brightness as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithCalibratedRGB(red as double, green as double, blue as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithCalibratedWhite(white as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithDeviceCMYK(cyan as double, magenta as double, yellow as double, black as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithDeviceHSV(hue as double, saturation as double, brightness as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithDeviceRGB(red as double, green as double, blue as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithDeviceWhite(white as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithPatternImage(image as variant) as NSColorMBS
- method Components as double()
- 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
- method description as string
- shared method disabledControlTextColor as NSColorMBS
- method getCMYK(byref cyan as double, byref magenta as double, byref yellow as double, byref black as double)
- method getCMYK(byref cyan as double, byref magenta as double, byref yellow as double, byref black as double, byref alpha as double)
- method getHSV(byref hue as double, byref saturation as double, byref brightness as double)
- method getHSV(byref hue as double, byref saturation as double, byref brightness as double, byref alpha as double)
- method getRGB(byref red as double, byref green as double, byref blue as double)
- method getRGB(byref red as double, byref green as double, byref blue as double, byref alpha as double)
- method getWhite(byref white as double)
- method getWhite(byref white as double, byref alpha as double)
- 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 highlightWithLevel(level as double) as NSColorMBS
- method hueComponent as double
- shared method keyboardFocusIndicatorColor as NSColorMBS
- shared method knobColor as NSColorMBS
- shared method lightGrayColor as NSColorMBS
- method localizedCatalogNameComponent as string
- method localizedColorNameComponent as string
- shared method magentaColor as NSColorMBS
- method magentaComponent as double
- method numberOfComponents as integer
- shared method orangeColor as NSColorMBS
- method patternImage as variant
- 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
- method shadowWithLevel(level as double) 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
- method writeToPasteboard
- shared method yellowColor as NSColorMBS
- method yellowComponent as double
- class NSColorPanelMBS
- method alpha as double
- method attachColorList(list as NSColorListMBS)
- 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
- event Changed
- class NSImageMBS
- method cacheMode as integer
- method cancelIncrementalLoad
- shared method canInitWithPasteboard as boolean
- method initWithDataIgnoringOrientation(data as string) as boolean
- method initWithIconRef(IconHandle as integer) as boolean
- method initWithPasteboard as boolean
- method isTemplate as Boolean
- method recache
- method size as NSSizeMBS
- 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
- 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
- method _NSImageClass
- property Handle as Integer
- class NSImageRepMBS
- shared method canInitWithData(data as string) as Boolean
- method size as NSSizeMBS
- method bitsPerSample as integer
- method colorSpaceName as String
- method hasAlpha as Boolean
- method height as double
- method isOpaque as Boolean
- method pixelsHigh as integer
- method pixelsWide as integer
- method setSize(width as double, height as double)
- method width as double
- const NSImageRepMatchesDevice = 0
- class PaletteCalculatorMBS
- method Col(i as integer) as color
- method CountColors as integer
- method CreatePicturePalette(Pic as picture) as integer
- method GetIndexOfColor(col as color) as integer
- method GetIndexOfColor(r as integer, g as integer, b as integer) as integer
- method GetNearestIndexOfColor(col as color) as integer
- method GetNearestIndexOfColor(r as integer, g as integer, b as integer) as integer
- method Transform(mem as memoryblock, width as integer, height as integer) as picture
- method Transform(Pic as picture) as memoryblock
- method TransformBetterDithering(Pic as picture) as memoryblock
- method TransformFastDithering(Pic as picture) as memoryblock
- property Count as Integer
- class PaletteMBS
- method Col(i as integer) as color
- method CountColors as integer
- method Mem as memoryblock
- global method NewBluePaletteMBS as PaletteMBS
- global method NewGrayPaletteMBS as PaletteMBS
- global method NewGreenPaletteMBS as PaletteMBS
- global method NewPaletteMBS(count as integer) as PaletteMBS
- global method NewPalmPaletteMBS as PaletteMBS
- method NewPicture(width as integer,height as integer) as picture
- global method NewRedPaletteMBS as PaletteMBS
- global method NewSystemPaletteMBS as PaletteMBS
- global method NewWebPaletteMBS as PaletteMBS
- global method NewWindowsPaletteMBS as PaletteMBS
- property count as integer
- class Picture
- method AutoLevelCopyMBS as picture
- method AutoLevelMBS as boolean
- method BitmapMBS as picture
- global method BlendPicturesMBS(source as picture, sourcepercent as double, dest as picture, destpercent as double) as picture
- global method BlendPicturesWithMaskMBS(source as picture, dest as picture, mask as picture) as picture
- global method BuildPictureWithGWorldHandleMBS(handle as integer, ByPassOwernerShip as boolean) as picture
- global method BuildPictureWithPicHandleDataMBS(data as string) 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 ChangeSaturationMBS(Amount as integer) as picture
- method cloneMBS as picture
- method CloneMBS(width as integer, height as integer) as picture
- method CombineMBS(Image As Picture, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean) as boolean
- method CombineMBS(Image As Picture, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color) as boolean
- method CombineMBS(Image As Picture, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color, MaskColour As color) as boolean
- method CombineMBS(Image As Picture, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer) as boolean
- method CombineMBS(Image As Picture, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer, MaskColour As Integer) as boolean
- method CombineMBS(Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean) as boolean
- method CombineMBS(Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color) as boolean
- method CombineMBS(Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color, MaskColour As color) as boolean
- method CombineMBS(Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer) as boolean
- method CombineMBS(Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer, MaskColour As Integer) as boolean
- method CombineMBS(Mode as integer, SecondPicture As Picture) as picture
- global method CombinePicturesMBS(red as picture, blue as picture, green as picture) as picture
- method CombinePixelMBS(Mode as integer, SecondPicture As Picture) 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 CopyPixelFastMBS(Source As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer) as boolean
- 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 ExtractColorRectangleMaskMBS as picture
- method ExtractColorRectangleMaskMBS(left as integer,top as integer,width as integer,height as integer) as picture
- method FindPicture(pic as picture, byref x as integer, byref y as integer) as boolean
- method GWorldPixelDataMBS as memoryblock
- method GWorldPixelRowBytesMBS as integer
- method HasMaskMBS as boolean
- method HMirrorMBS as picture
- method HMirrorPictureMBS as boolean
- method InvertGrayMBS as picture
- method InvertGrayMBS(left as integer,top as integer,width as integer,height as integer) as picture
- method InvertMBS as picture
- method InvertMBS(left as integer,top as integer,width as integer,height as integer) as picture
- method isBlackMBS as boolean
- method isBlackMBS(left as integer,top as integer,width as integer,height as integer) as boolean
- method isWhiteMBS as boolean
- method isWhiteMBS(left as integer,top as integer,width as integer,height as integer) as boolean
- 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 ReplaceBlueChannelMBS(BlueChannel as picture) as picture
- method ReplaceColorMBS(SearchColor as color, ReplaceWithColor as color) as picture
- method ReplaceGreenChannelMBS(GreenChannel as picture) as picture
- method ReplaceRedChannelMBS(RedChannel as picture) 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 ThreadedTransformMBS(Threaded as integer, Map() as color) as picture
- method ThreadedTransformMBS(Threaded as integer, Map() as integer) as picture
- method ThreadedTransformMBS(Threaded as integer, RedMap as memoryblock, GreenMap as memoryblock, BlueMap as memoryblock) as picture
- method ThreadedTransformMBS(Threaded as integer, RedMap() as integer, GreenMap() as integer, BlueMap() as integer) as picture
- global method TintPictureMBS(source as picture, GreyBase as color, SepiaBase as color) as picture
- 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
- method BMPDataMBS(ResolutionValueDPI as integer=72) as string
- method CompareBrightnessMBS(other as picture, mode as integer, threshold as integer) as double
- method CompareMBS(other as picture, threshold as integer) as double
- method GrayScaleMBS(mode as integer) as picture
- global method MergePictureMBS(source1 as picture, source2 as picture) as picture
- global method RenderSamplesMBS(Samples as memoryblock, SampleCount as integer, Smooth as integer, Width as integer, Height as integer, outlinewidth as integer, BackColor as color=&c88B5C4, ForeColor as color=&c274C5A, OutLineColor as color=&c203F4E) as Picture
- method MakeThumbnailPictureMBS as picture
- class PictureConvolutionMBS
- method close
- method Hor(index as integer) as double
- method Run(channels as integer) as boolean
- method Ver(index as integer) as double
- property DestinationPicture as Picture
- property SourcePicture as Picture
- property ValueCount as Integer
- class PictureEditor24MBS
- 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 PictureEditor32MBS
- 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
- method Run as boolean
- method Table(r as integer, g as integer, b as integer, x as integer) as double
- property DestinationPicture as Picture
- property MaxX as Integer
- property MaxY as Integer
- property MinX as Integer
- property MinY as Integer
- property SourcePicture as Picture
- class PictureMatrix3DMBS
- method close
- method Matrix(x as integer, y as integer) as double
- method Run as boolean
- property DestinationPicture as Picture
- property MaxX as Integer
- property MaxY as Integer
- property MinX as Integer
- property MinY as Integer
- property SourcePicture as Picture
- class PictureMatrixMBS
- method close
- method Matrix(x as integer, y as integer) as integer
- method Run as boolean
- method RunRGB(red as boolean, green as boolean, blue as boolean) as boolean
- property DestinationPicture as Picture
- property Displacement as Integer
- property MaxX as Integer
- property MaxY as Integer
- property MinX as Integer
- property MinY as Integer
- property ScaleFactor as Double
- property SourcePicture as Picture
- class PictureMinMaxMBS
- 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 BlueMax as Integer
- property BlueMaxX as Integer
- property BlueMaxY as Integer
- property BlueMin as Integer
- property BlueMinX as Integer
- property BlueMinY as Integer
- 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
- method Run as boolean
- 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
- property SepiaBlue as Integer
- property SepiaGreen as Integer
- property SepiaRed as Integer
- property SourcePicture as Picture
- class PictureWriterMBS
- method Render as picture
- 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
The items on this page are in the following plugins: MBS REALbasic Cocoa Plugin, MBS REALbasic CocoaBase Plugin, MBS REALbasic Mac Plugin, MBS REALbasic MacOSX Plugin, MBS REALbasic Picture Plugin, MBS REALbasic QuickTime Plugin, MBS REALbasic Win Plugin.
Links
MBS Filemaker Plugins - Pfarrgemeinde Ministranten Nickenich