Documentation
Table of Contents
Class Inheritance Tree
Navigation
Description
Subprograms & Entries
Index
AlphaBlend32
AlphaBlend32_
Ex
Package:
Tanskanen
Goto spec source
Description
package
Tanskanen
is
Subprograms & Entries
AlphaBlend32
Goto spec in source
Goto body in source
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
Goto spec in source
Goto body in source
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)