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.8.4.13 vsp_state TOS Name: »Set palette driver state« - Set the state of the Polaroid recorder. Syntax: void vsp_state ( int16_t handle, int16_t port, int16_t film_num, int16_t lightness, int16_t interlace, int16_t planes, int16_t *indexes ); Description: The call vsp_state sets the output status of a Polaroid image recorder. The following apply: Parameter Meaning handle Workstation identifier port Number of the port (0 = first port) film_num Number of the film name (0 to 4) lightness Brightness (-3 to 3, where each step corresponds to a third of a stop) interlace Image is scanned with (1) or without (0) interlace planes Number of colours = 2^planes, where planes lies between 1 and 4 indexes Specifies the colours of the colour palette. 16 bytes of memory space is required. Each colour is identified by a number (for the rows of the colour matrix) and a letter between A and H (for the column of the colour matrix). Return value: The function does not return a result. Availability: This function is no longer available from PC-GEM Version 2.0 onwards. Group: Polaroid functions See Also: GDOS vsc_expose vqp_state vsp_save vsp_message vqp_films