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.11.29 vs_max_color TOS Name: »Set maximum colour« - Set maximum colour value for a additive raster operation. Opcode: 207 (Sub-Opcode 2) Syntax: int16_t vs_max_color( int16_t handle, int32_t color_space, COLOR_ENTRY *max_color ); Description: The call vs_max_color sets the maximum colour value for an additive raster operation. The following apply: Parameter Meaning handle Workstation identifier color_space Colour space (at present only 0 for the colour space set, or CSPACE_RGB) max_color COLOR_ENTRY of the maximum colour value for T_SUB Return value: -1 = Wrong subfunction number 0 = Function not present 1 = All OK Availability: As of NVDI 5.00. Group: Raster functions See Also: Binding