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.2 EgetPalette TOS Name: »Get look up table registers« - Reads several entries from the colour table into a specified buffer. Opcode: 85 Syntax: void EgetPalette( int16_t colorNum, int16_t count, int16_t *palettePtr ); Description: The XBIOS routine EgetPalette reads out a contiguous region from the TT colour registers. Parameter Meaning colorNum First colour register to be read out count Number of colour registers to be read out palettePtr Pointer to the colour palette to be transferred (this must be even) Return value: The function does not return a result. Availability: The function is available only in the TOS of the Atari TT. Group: Screen functions See also: Binding EsetPalette