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.7 EsetPalette TOS Name: »Set palette registers« - Sets several entries in the colour table from the specified buffer. Opcode: 84 Syntax: void EsetPalette( int16_t colorNum, int16_t count, int16_t *palettePtr ); Description: The XBIOS routine EsetPalette sets }count colour entries from colorNum on in the colour table to the values in array palettePtr. Return value: The function has no return. Availability: The function is available only in the TOS of the Atari TT. Group: Screen functions See also: Binding EgetPalette