====== ResetScreenColors ====== Resets the colors of a screen to a linear palette. ==== Synopsis ==== ''%%Err ResetScreenColors (Item screenItem)%%'' ==== Description ==== The call resets the colors of the specified screen. The colors are set to a linear ascending palette. ==== Arguments ==== * **screenItem** Item number of the screen structure whose palette is to be reset. ==== Return Value ==== The call returns 0 if successful or an error code (a negative value) if an error occurs. ==== Implementation ==== Folio call implemented in Graphics folio V20. ==== Associated Files ==== graphics.h, graphics.lib