Index

Package: Direct_Access

Description

package Allegro.Bitmaps.Direct_Access is

Subprograms & Entries

Memory_Getpixel_15_or_16_bpp

function Memory_Getpixel_15_or_16_bpp
( bmp: not null A_Bitmap;
x, y: Natural ) return Color_Type;

Memory_Getpixel_32

function Memory_Getpixel_32
( bmp: not null A_Bitmap;
x, y: Natural ) return Color_Type;

Memory_Putpixel_15_or_16_bpp

procedure Memory_Putpixel_15_or_16_bpp
( bmp: not null A_Bitmap;
x, y: Natural;
color: Color_Type );

Memory_Putpixel_32

procedure Memory_Putpixel_32
( bmp: not null A_Bitmap;
x, y: Natural;
color: Color_Type );