Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File7.4.6.25 vsl_color TOS Name: »Set polyline colour index« - Set the line colour. Opcode: 17 Syntax: int16_t vsl_color ( int16_t handle, int16_t color_index ); Description: The call vsl_color sets the colour index for lines. Parameter Meaning handle Workstation identifier color_index Line colour Note: The colour indices 0 and 1 are available on all devices; all other values depend on the output device being used at the time. If the index is invalid, colour index 1 will be selected. Return value: The function returns the line colour actually set. Availability: Supported by all devices. Group: Lines attributes See Also: Binding v_pline v_arc v_ellarc v_rbox