BCGControlBar Pro for MFC

Enum which describes the gradient extend modes.

Enumerator
BCGP_GRADIENT_EXTEND_MODE_CLAMP 

Extend the edges of the source out by clamping sample points outside the source to the edges.

BCGP_GRADIENT_EXTEND_MODE_WRAP 

The base tile is drawn untransformed and the remainder are filled by repeating the base tile.

BCGP_GRADIENT_EXTEND_MODE_MIRROR 

The same as wrap, but alternate tiles are flipped The base tile is drawn untransformed.