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-File4.5.20 VgetRGB TOS Name: »VgetRGB« - Obtain the RGB values of a colour palette. Opcode: 94 Syntax: void VgetRGB( int16_t index, int16_t count, int32_t *array ); Description: The XBIOS function VgetRGB obtains the RGB values for count colours starting from the colour index index. The resulting values are stored in array. Return value: The function does not return a result. Availability: The function is only available on computers of the Falcon series. Group: Screen functions See Also: Binding mon_type Vsetmode VsetSync VgetSize VsetRGB VsetMask