Difference between revisions of "Z80 Routines:Graphic:getPixel"

From WikiTI
Jump to: navigation, search
(New page: LargeSpriteLargeSprite The '''getPixel''' routine is used change a pixel in the graph buffer. {{stub}} == Code == <nowiki> <...)
 
m
Line 1: Line 1:
[[Category:Z80 Routines:Graphic|LargeSprite]][[Category:Z80 Routines|LargeSprite]]
+
[[Category:Z80 Routines:Graphic|getPixel]][[Category:Z80 Routines|getPixel]]
 
The '''getPixel''' routine is used change a pixel in the graph buffer.
 
The '''getPixel''' routine is used change a pixel in the graph buffer.
 
{{stub}}
 
{{stub}}

Revision as of 07:50, 27 October 2009

The getPixel routine is used change a pixel in the graph buffer.

This article is a stub. You can help WikiTI by expanding it.


Code


 

Example

;pixel On (black)

;pixel Off (white)

;pixel change

 

Comments

  • Don't use this to plot sprites! Use putSprite
  • Not that usually used but can be used to get hl pointing to the wanted place in graph buffer