[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 62 Fn 001A  u - Fgdriver V3.03 - "fg_displayp" - Display Image (packe  [V]

   AX = 001Ah
   ES:BX -> pixel run map (trios of bytes: colors, count1, count2; colors
       contains the color for the first run in its high nybble and the
       color for the second run in its low nybble)
   CX = number of pixel runs to display
   DX = width of image in pixels (> 0)

Notes: For FGDRIVER v1.10, this function was "FG_SETCOLOR" (see AX=008Dh);
     "FG_DISPLAYP" was AX=004Eh
   This call is ignored in text modes
   The image is displayed with its lower left corner at the current
     graphics cursor position

See Also: AX=0018h,AX=0019h,AX=009Ah,AX=009Bh,AX=009Ch

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson