{ EDWIN constant definitions }

{ Colours }
VideoBlack = 0;
VideoWhite = 1;
Blank      = 0;
Black      = 1;
Blue       = 2;
Green      = 3;
Red        = 4;
Purple     = 5;
Yellow     = 6;
Lime       = 7;
Brown      = 8;
Turquoise  = 9;

{ Colour Modes }
ReplaceMode = 0;
AndMode     = 1;
OrMode      = 2;
InvertMode  = 3;

{ Line styles }
NormalLines     = 0;
DottedLines     = 1;
ChainLines      = 2;
ShortDashedLines= 3;
LongDashedLines = 4;

{ Character quality }
HardwareText = 0;
SoftwareText = 1;

{ Modes (Aspect Ratio) }
On  = 1;
Off = 0;

{ Marker types }
PointMarker               = 0;
OctagonMarker             = 1;
SquareMarker              = 2;
TriangleMarker            = 3;
TransformationPointMarker = 4;
FlagPointMarker           = 5;
VisualCentroidMarker      = 6;
RightArrowMarker          = 7;
LeftArrowMarker           = 8;
UpArrowMarker             = 9;
DownArrowMarker           = 10;
