Re: A86: GetPixel?


[Prev][Next][Index][Thread]

Re: A86: GetPixel?




On Fri, 10 Apr 1998, Ricci E. Adams wrote:

> 
> Does anybody have a routine that reads or gets a pixel using FindPixel?
> 

	call FindPixel
	and (hl)

ZF=0: pixel is black
ZF=1: pixel is white

--------
Dan Eble (mailto:eble@cis.ohio-state.edu)
         (http://www.cis.ohio-state.edu/~eble)

"Behold, how great a matter a little fire kindleth!" -- James 3:5


References: