•  Back 
  •  VDI Attributes 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Filevsf_style()
vsf_interior()                                                          VDI

Syntax

WORD vsf_interior( handle, interior )
WORD handle, interior;

Function      vsf_interior() sets the interior type for filled objects.

Opcode        23

Availability  Supported by all drivers.

Parameters    handle specifies a valid workstation handle.
              interior specifies the interior type as follows:

              Name      interior          Meaning

              FIS_HOLLOW   0  Hollow interior (color index 0).

              FIS_SOLID    1  Solid interior (as set by vsf_color() ).

              FIS_PATTERN  2  Patterned fill. (style set by vsf_style() ).

              FIS_HATCH    3  Hatched fill. (style set by vsf_style() ).

              FIS_USER     4  User-defined fill (as set by vsf_udpat() ).

Binding       contrl[0] = 23;
              contrl[1] = 0;
              contrl[3] = interior;
              contrl[6] = handle;

              intin[0] = interior;

              vdi();

Return Value  This call returns the color value actually set (within
              bounds).

See Also      vsf_style()

Group         VDI Attributes