GLG Toolkit, C / C++ API Library  Version 4.6

Specifies polygon fill type binary flags that may be combined with bitwise OR. More...

Detailed Description

Specifies polygon fill type binary flags that may be combined with bitwise OR.

Macros

#define GLG_EDGE   0x1
 Draw edge. More...
 
#define GLG_EDGE_LINE_FILL   ( GLG_EDGE | GLG_LINE_FILL )
 Convenience constant to draw filled thick lines. More...
 
#define GLG_FILL   0x2
 Draw fill. More...
 
#define GLG_FILL_EDGE   ( GLG_FILL | GLG_EDGE )
 Convenience constant to draw both fill and edge. More...
 
#define GLG_INVERSED_LINE_FILL   0x8
 A flag that reverses colors when combined with GLG_LINE_FILL: thick lines will use EdgeColor for fill and FillColor for edges. More...
 
#define GLG_LINE_FILL   0x4
 A flag used with GLG_EDGE to render the outer edges of thick lines using EdgeColor and the middle part using FillColor. More...
 
#define GLG_LINE_FILL_INV   ( GLG_LINE_FILL | GLG_INVERSED_LINE_FILL )
 Convenience constant to draw filled thick lines with inversed colors. More...
 

Macro Definition Documentation

◆ GLG_EDGE

#define GLG_EDGE   0x1

Draw edge.

◆ GLG_EDGE_LINE_FILL

#define GLG_EDGE_LINE_FILL   ( GLG_EDGE | GLG_LINE_FILL )

Convenience constant to draw filled thick lines.

◆ GLG_FILL

#define GLG_FILL   0x2

Draw fill.

◆ GLG_FILL_EDGE

#define GLG_FILL_EDGE   ( GLG_FILL | GLG_EDGE )

Convenience constant to draw both fill and edge.

◆ GLG_INVERSED_LINE_FILL

#define GLG_INVERSED_LINE_FILL   0x8

A flag that reverses colors when combined with GLG_LINE_FILL: thick lines will use EdgeColor for fill and FillColor for edges.

◆ GLG_LINE_FILL

#define GLG_LINE_FILL   0x4

A flag used with GLG_EDGE to render the outer edges of thick lines using EdgeColor and the middle part using FillColor.

◆ GLG_LINE_FILL_INV

#define GLG_LINE_FILL_INV   ( GLG_LINE_FILL | GLG_INVERSED_LINE_FILL )

Convenience constant to draw filled thick lines with inversed colors.