record AL_RLE_SPRITE

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type AL_RLE_SPRITE = record

Description

An RLE compressed sprite.

See also
al_get_rle_sprite
Creates an RLE sprite based on the specified bitmap (which must be a memory bitmap).

Overview

Fields

w: AL_INT;
h: AL_INT;
color_depth: AL_INT;
size: AL_INT;
dat: AL_POINTER;

Description

Fields

w: AL_INT;

width and height in pixels

h: AL_INT;

width and height in pixels

color_depth: AL_INT;

color depth of the image

size: AL_INT;

size of sprite data in bytes

dat: AL_POINTER;
 

Generated by PasDoc 0.13.0 on 2016-07-20 12:01:36