gset_fill_int_style Set fill area interior style(3) sets the fill style

SYNOPSIS

#include <ncarg/gks.h>

void gset_fill_int_style(Gfill_int_style fill_int_style);

DESCRIPTION

fill_int_style
(Input) - Gives the style of fill to be used in subsequent calls to the gfill_area output primitive. Options are:
GSTYLE_HOLLOW
Hollow fill (the default)
GSTYLE_SOLID
Solid fill
GSTYLE_PAT
Pattern fill (not implemented in NCAR GKS).
GSTYLE_HATCH
Hatch fill

USAGE

For fill style "Hatch", gset_fill_style_ind should be used to specify the type of hatch pattern used (horizontal lines, vertical lines, etc.)

Note: If you call gfill_area and generate an output graphic only to find that you have a closed curve with no fill, you probably have allowed the fill choice to default to hollow fill (no fill).

ACCESS

To use the GKS C-binding routines, load the ncarg_gks and ncarg_c libraries.

COPYRIGHT

Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.