Difference between revisions of "84PCE:Syscalls:021E20"

From WikiTI
Jump to: navigation, search
(Created page with "SetDrawBGColor 021E20 - SetDrawBGColor == Synopsis == '''Hypothesized Official Name:''' SetDrawBGColor...")
(No difference)

Revision as of 23:24, 7 September 2015

Synopsis

Hypothesized Official Name: SetDrawBGColor

C Function Address: 021E20h

Sets the drawBGcolor value. This is used in the TI-OS text colors and other system calls.

Function Prototype

void SetDrawBGColor(uint16 color);

Arguments

  • uint16 color - Standard 16bit 5-6-5 color.

Returns

  • None (void)

Notes

  • This is an OS call; not present in the bootcode.