LBitmapWindow::SetPatternBackColor

#include "ltwrappr.h"

L_VOID LBitmapWindow::SetPatternBackColor(PatternBackColor)

COLORREF PatternBackColor;

/* the background color used for drawing patterns */

Sets the background color used for drawing patterns.

Parameter

Description

PatternBackColor

The background color used for drawing patterns.

Returns

None

Comments

The default is the value returned by the Windows API GetSysColor(COLOR_APPWORKSPACE).

Required DLLs and Libraries

LTDIS
LTDLG
LTEFX
LTFIL
LTIMG
LTISI
LTSCR
LTTWN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

Class Members

Topics:

Implementing Special Effects

 

Using Color Values in LEADTOOLS

Example

For an example, refer to LBitmapWindow::SetROP3.