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

From WikiTI
Jump to: navigation, search
(Created page with "SetDrawFGColor 021E24 - SetDrawFGColor == Synopsis == '''Hypothesized Official Name:''' SetDrawFGColor...")
 
 
Line 1: Line 1:
[[Category:84PCE:CCalls:By Name|SetDrawFGColor]]
+
[[Category:84PCE:CCalls:By Name|os_SetDrawFGColor]]
[[Category:84PCE:CCalls:By Address|021E24 - SetDrawFGColor]]
+
[[Category:84PCE:CCalls:By Address|021E24 - os_SetDrawFGColor]]
 
== Synopsis ==
 
== Synopsis ==
'''Hypothesized Official Name:''' SetDrawFGColor
+
'''Hypothesized Official Name:''' os_SetDrawFGColor
  
 
'''C Function Address:''' 021E24h
 
'''C Function Address:''' 021E24h
Line 9: Line 9:
  
 
=== Function Prototype ===
 
=== Function Prototype ===
void SetDrawFGColor(uint16 color);
+
void os_SetDrawFGColor(uint16_t color);
  
 
=== Arguments ===
 
=== Arguments ===
* uint16 color - Standard 16bit 5-6-5 color.
+
* uint16_t color - Standard 16bit 5-6-5 color.
  
 
=== Returns ===
 
=== Returns ===

Latest revision as of 00:42, 6 March 2016

Synopsis

Hypothesized Official Name: os_SetDrawFGColor

C Function Address: 021E24h

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

Function Prototype

void os_SetDrawFGColor(uint16_t color);

Arguments

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

Returns

  • None (void)

Notes

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