function Memory_Getpixel_15_or_16_bpp
( | bmp | : not null A_Bitmap; |
x, y | : Natural ) return Color_Type; |
function Memory_Getpixel_32
( | bmp | : not null A_Bitmap; |
x, y | : Natural ) return Color_Type; |
procedure Memory_Putpixel_15_or_16_bpp
( | bmp | : not null A_Bitmap; |
x, y | : Natural; | |
color | : Color_Type ); |
procedure Memory_Putpixel_32
( | bmp | : not null A_Bitmap; |
x, y | : Natural; | |
color | : Color_Type ); |