Documentation
Table of Contents
Class Inheritance Tree
Navigation
Description
Subprograms & Entries
Index
Al_
Clear_
To_
Color
Al_
Draw_
Pixel
Package:
Drawing
Goto spec source
Description
package
Allegro.Drawing
is
Copyright (c) 2013 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.
Subprograms & Entries
Al_Clear_To_Color
Goto spec in source
Goto body in source
procedure
Al_Clear_To_Color
(
color
:
Allegro_Color
);
Al_Draw_Pixel
Goto spec in source
Goto body in source
procedure
Al_Draw_Pixel
(
x
,
y
: Float;
color
:
Allegro_Color
);