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

From WikiTI
Jump to: navigation, search
(Created page with "GetDrawFGColor 021EE8 - GetDrawFGColor == Synopsis == '''Hypothesized Official Name:''' GetDrawFGColor...")
 
 
Line 1: Line 1:
[[Category:84PCE:CCalls:By Name|GetDrawFGColor]]
+
[[Category:84PCE:CCalls:By Name|os_GetDrawFGColor]]
[[Category:84PCE:CCalls:By Address|021EE8 - GetDrawFGColor]]
+
[[Category:84PCE:CCalls:By Address|021EE8 - os_GetDrawFGColor]]
 
== Synopsis ==
 
== Synopsis ==
'''Hypothesized Official Name:''' GetDrawFGColor
+
'''Hypothesized Official Name:''' os_GetDrawFGColor
  
 
'''C Function Address:''' 021EE8h
 
'''C Function Address:''' 021EE8h
Line 9: Line 9:
  
 
=== Function Prototype ===
 
=== Function Prototype ===
uint16 GetDrawFGColor(void);
+
uint16_t os_GetDrawFGColor(void);
  
 
=== Arguments ===
 
=== Arguments ===
Line 15: Line 15:
  
 
=== Returns ===
 
=== Returns ===
* uint16 color - Standard 16bit 5-6-5 color.
+
* uint16_t color - Standard 16bit 5-6-5 color.
  
 
=== Notes ===
 
=== Notes ===
 
* This is an OS call; not present in the bootcode.
 
* This is an OS call; not present in the bootcode.

Latest revision as of 00:41, 6 March 2016

Synopsis

Hypothesized Official Name: os_GetDrawFGColor

C Function Address: 021EE8h

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

Function Prototype

uint16_t os_GetDrawFGColor(void);

Arguments

  • None (void)

Returns

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

Notes

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