SM_GRX module routines

Company Information Software Products TDF Market Reports Download Area take me Home

SM_GRX.C -

This is the C code hacked into a mini graphics library from the Aztec library. This is just level 1 stuff. All that is supported is Set mode (just EGA) , set color , draw line and plot point functions. GRX.C will support level 2 and level 3 functions.

Function mode
Include file SM_GRX.H
Prototype void mode( int val )
Remarks Set graphics mode.

Function color
Include file SM_GRX.H
Prototype void color( int c )
Remarks Set the active color.

Function color_n_return_cur
Include file SM_GRX.H
Prototype int color_n_return_cur( int c )
Remarks Set the active color and return the old color.

Function set_line_2_dashed
Include file SM_GRX.H
Prototype void set_line_2_dashed( int dash_pattern )
Remarks Set the indicator line to a dash pattern.

Function set_line_2_solid
Include file SM_GRX.H
Prototype void set_line_2_solid( void )
Remarks Set indicator line to solid.

Table of Contents Function Index

generated on 08 February 1998 - 14:43:29
© 1998 Tierra del Fuego Ltd.