15.08.2013 Views

Manual Inspecta Software

Manual Inspecta Software

Manual Inspecta Software

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Software</strong><br />

If called with palette == 0, the VGA palette increments by one greyscale every four pixel-values.<br />

example:<br />

pixel value VGA output<br />

0 black overlay<br />

1 red overlay<br />

2 green overlay<br />

3 white overlay<br />

4 1<br />

16 4<br />

255 63<br />

the overlay colors are only accessed if the calling parameter RAM in the funtions ( vmfg_putxwin,<br />

mfg_c, mfg_fill, mfg_line, mfg_pblt ) is set.<br />

2.4.5.3 mfg_clip (onoff)<br />

Description: mfg_clip enables or disables a defined clip-window. Be sure to disable mfg_clip,<br />

if ms3_setclipwindows has never been called.<br />

Example: mfg_clip(0); // disable a clip-window<br />

mfg_clip(1); // enable a clip-window<br />

2.4.5.4 ms3_setclipwindow (x, y, w, h)<br />

Description: ms3_setclipwindow defines a clip-window which starts at x, y (0, 0 top left of<br />

screen) with the size w (width) and h (height).<br />

Example: ms3_setclipwindow (x, y, w, h);<br />

INSPECTA <strong>Software</strong> Rev. 1.47 Page 50

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!