Micono NewPicture v1.2.0b1
for REALbasic 2.1 plugin

Upload: 2000/7/1

[Download]


About Micono NewPicture

You can make a new picture in temporary memory.
You can make a indexed color picture.

This plugin is for REALbasic ver 2.1.


Methods

Returns a picture object of the size and depth specified. Used for off-screen drawing.

mic_NewPicture( Width as Integer, Height as Integer, Depth as Integer, UseTemp as Integer ) as Picture

DepthF1, 2, 4, 8, 16, 32 depth

UseTempF

0: Try making picture in application heap. if it fails, try in temporary.

1: Try making picture in temporary. if it fails, try in application heap.

2: Try making picture in application heap. if it fails, return nil.

3: Try making picture in temporary. if it fails, return nil.

Returns a indeced color picture object of the size. Used for off-screen drawing.

Gray Scale

mic_NewGrayScalePicture( Width as Integer, Height as Integer, UseTemp as Integer ) as Picture

Red

mic_NewRedIndexedColorPicture( Width as Integer, Height as Integer, UseTemp as Integer ) as Picture

Green

mic_NewGreenIndexedColorPicture( Width as Integer, Height as Integer, UseTemp as Integer ) as Picture

Blue

mic_NewBlueIndexedColorPicture( Width as Integer, Height as Integer, UseTemp as Integer ) as Picture

Use 'clut' resource

mic_NewResCLUTIndexedColorPicture( Width as Integer, Height as Integer, clutID as Integer, UseTemp as Integer ) as Picture


Warranty and Copyright Information


Support


Copyright 1999, Micono Utilities. All rights reserved.