Difference between revisions of "84PCSE:RAM:A015"

From WikiTI
Jump to: navigation, search
(Comments: note putmapDrawColor flag)
m (wrong name in category)
Line 1: Line 1:
[[Category:84PCSE:RAM:By Address|A015 - curFGColor]] [[Category:83PCSE:RAM:By Name|curBGColor]]
+
[[Category:84PCSE:RAM:By Address|A015 - curFGColor]] [[Category:83PCSE:RAM:By Name|curFGColor]]
 
== Synopsis ==
 
== Synopsis ==
 
'''Unofficial Name:''' curFGColor
 
'''Unofficial Name:''' curFGColor

Revision as of 20:50, 1 April 2013

Synopsis

Unofficial Name: curFGColor

Memory Address: A015h

Length: 2 bytes

Stores the current foreground color for fixed-width text display routines.

Comments

This is used by PutMap, PutC, and many other system routines that call PutMap and PutC, such as PutS, PutPS, and DispHL. It only has an effect if the putmapDrawColor flag is set.

Colors are represented as a 5-6-5 value (5 bits of red, 6 bits of green, 5 bits of blue.) For example, 0000001111100000b, or 03E0h, would be dark green. 1111100000011111b, or 0F81Fh, would be bright magenta.

See also

curBGColor