createblankbmp()
Description
This creates a blank bitmap as a blob in the
width and height requested
with the color specified (or the default color if
not specified). If the width or
height is not supplied, then an error will be
returned in the error parameter and the function
will return .nul.
Prototype
createblankbmp (
integer ,
integer width,
integer height,
integer color )
error
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| width | None | integer | |
| height | None | integer | |
| color | 10526880 | integer | |
| error | None | integer |


