(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/gfx.h>
#include <proto/graphics.h>
PLANEPTR AllocRaster (width , height)
LOCATION
In GfxBase at offset 82
SYNOPSIS
ULONG width
ULONG height
FUNCTION
Allocates memory for a single bitplane with the specified size in pixels.
INPUTS
width, height
The size of the resulting bitplane in pixels.
RESULT
A pointer to the single bitplane.
EXAMPLE
SEE ALSO
AllocBitMap(), FreeRaster(), FreeBitMap()
NOTES
You should not use this function to create BitMaps. Call AllocBitMap() instead.
BUGS
INTERNALS
HISTORY