ifw-odp 5.0.0
Loading...
Searching...
No Matches
Typedefs | Variables

Fill pattern modes. More...

Typedefs

typedef unsigned int clipm_fill_mode
 Fill mode type.
 

Variables

const clipm_fill_mode CLIPM_FILL_VALUE
 Fill with given value.
 
const clipm_fill_mode CLIPM_FILL_FOREGROUND
 Fill with foreground.
 
const clipm_fill_mode CLIPM_FILL_BACKGROUND
 Fill with background.
 
const clipm_fill_mode CLIPM_FILL_BWRASTER
 Fill with raster of foreground and background.
 
const clipm_fill_mode CLIPM_FILL_HSTRIPES
 Fill with horizontal stripes of foreground and background.
 
const clipm_fill_mode CLIPM_FILL_VSTRIPES
 Fill with vertical stripes of foreground and background.
 
const clipm_fill_mode CLIPM_FILL_CAROS
 Fill with caros.
 
const clipm_fill_mode CLIPM_FILL_DCAROS
 Fill with diagonal caros.
 
const clipm_fill_mode CLIPM_FILL_DSTRIPES
 Fill with 45` diagonal stripes of foreground over background.
 
const clipm_fill_mode CLIPM_FILL_DSTRIPES2
 Fill with 135` diagonal stripes of foreground over background.
 

Detailed Description

Fill pattern modes.

These modes define the method of area filling.

Typedef Documentation

◆ clipm_fill_mode

typedef unsigned int clipm_fill_mode

Fill mode type.

Variable Documentation

◆ CLIPM_FILL_BACKGROUND

const clipm_fill_mode CLIPM_FILL_BACKGROUND
extern

Fill with background.

◆ CLIPM_FILL_BWRASTER

const clipm_fill_mode CLIPM_FILL_BWRASTER
extern

Fill with raster of foreground and background.

◆ CLIPM_FILL_CAROS

const clipm_fill_mode CLIPM_FILL_CAROS
extern

Fill with caros.

◆ CLIPM_FILL_DCAROS

const clipm_fill_mode CLIPM_FILL_DCAROS
extern

Fill with diagonal caros.

◆ CLIPM_FILL_DSTRIPES

const clipm_fill_mode CLIPM_FILL_DSTRIPES
extern

Fill with 45` diagonal stripes of foreground over background.

◆ CLIPM_FILL_DSTRIPES2

const clipm_fill_mode CLIPM_FILL_DSTRIPES2
extern

Fill with 135` diagonal stripes of foreground over background.

◆ CLIPM_FILL_FOREGROUND

const clipm_fill_mode CLIPM_FILL_FOREGROUND
extern

Fill with foreground.

◆ CLIPM_FILL_HSTRIPES

const clipm_fill_mode CLIPM_FILL_HSTRIPES
extern

Fill with horizontal stripes of foreground and background.

◆ CLIPM_FILL_VALUE

const clipm_fill_mode CLIPM_FILL_VALUE
extern

Fill with given value.

◆ CLIPM_FILL_VSTRIPES

const clipm_fill_mode CLIPM_FILL_VSTRIPES
extern

Fill with vertical stripes of foreground and background.