Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

fill_color(3g)

perimeter_color(3g)

perimeter_type(3g)

perimeter_repeat_length(3g)

polygon(3g)

rectangle(3g)

INTERIOR_STYLE(3G)

NAME

interior_style − select the fill type and boundary visibility for subsequent filled area primitives. 

SYNOPSIS

C SYNTAX

void interior_style(fildes,style,edged);
int fildes,style,edged;

FORTRAN77 SYNTAX

        subroutine interior_style(fildes,style,edged)
        integer*4 fildes,style,edged

PASCAL SYNTAX

procedure interior_style(fildes,style,edged:integer);

HP-UX COMPATIBILITY

Level: HP-UX/STANDARD

Origin: ANSI Computer Graphics Interface

DESCRIPTION

INPUT PARAMETERS

fildes
is an integer file descriptor returned by gopen when an I/O path to a graphics device is opened. 
style is either INT_HOLLOW for a hollow interior or INT_SOLID for a filled interior. 
edged is set to TRUE (1) if the boundary is to be drawn. If set to FALSE (0), no boundary is drawn.  The edge is drawn with the current perimeter attributes. 

DISCUSSION

Hollow style areas are not filled.  Solid style areas are filled with the current fill color. 

DEFAULTS

INT_SOLID, not edged. 

SEE ALSO

fill_color(3g), perimeter_color(3g), perimeter_type(3g), perimeter_repeat_length(3g), polygon(3g), rectangle(3g). 
 

Hewlett-Packard Company  —  May 11, 2021

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026