Index

Package: Tanskanen

Description

package Tanskanen is

Subprograms & Entries

AlphaBlend32

procedure AlphaBlend32
( src, dst: not null A_Bitmap;
dst_x, dst_y: Integer );

References:

tanskanen.ads:6:15 (declaration)
drawing_contexts.adb:58:27 (reference)
widgets-containers.adb:152:31 (reference)
tanskanen.ads:19:23 (body)

Called by:

Drawing_Contexts.Draw_Alpha_Sprite defined at drawing_contexts.ads:34:15
Widgets.Containers.Draw defined at widgets-containers.ads:66:15

AlphaBlend32_Ex

procedure AlphaBlend32_Ex
( src, dst: not null A_Bitmap;
dst_x, dst_y: Integer;
globalAlpha: Integer );

References:

tanskanen.ads:11:15 (declaration)
tanskanen.ads:20:23 (body)