•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ vsf_udpat ]

#include <vdi.h>

void vsf_udpat( int handle, int *pfill_pat, int planes );

  <handle> is the VDI Handle.
  <pfill_pat> is an int array [planes][16] containing one or more
              16x16 bit maps of the fill pattern.  The first entry
              contains the bit map for the top row, etc.
  <planes> is the number of color planes (usually 1).  Multiple plane
           patterns must be written in MD_REPLACE mode (see vswr_mode).


Function creates a user defined fill pattern to be used with the
FIS_USER fill style (see vsf_interior).

VDI Opcode 112

See also VDI Attributes, v_bar(), v_circle(), v_contourfill(), v_ellipse(),
         v_ellpie(), v_fillarea(), v_pieslice(), v_rfbox() and vr_recfl().