(C) 1998 AROS - The Amiga Research OS


NAME
#include <exec/types.h>
#include <graphics/gfx.h>
#include <proto/graphics.h>

IPTR GetBitMapAttr (bitmap , attribute)

LOCATION
In GfxBase at offset 160

SYNOPSIS
struct BitMap * bitmap
ULONG attribute

FUNCTION
Returns a specific information about a bitmap. Do not access the bitmap directly!

INPUTS
bitmap
The BitMap structure to get information about.
attribute
Number of the attribute to get. See <graphics/gfx.h> for possible values.

RESULT
The information you requested. If you asked for an unknown attribute, 0 or NULL is returned.

EXAMPLE

SEE ALSO
AllocBitMap()

NOTES

BUGS

INTERNALS

HISTORY