Control_GradientFill

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Commands >

Control_GradientFill

 

Description

 

Fill a control DC (device context) with a gradient color.

 

Syntax

 

n = Control_GradientFill(hWnd, CtrlID, eColorFrom, eColorTo, eDirection)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No


CtrlID

Number

No


eColorFrom

Number

No

RBG starting color

eColorTo

Number

No

RGB ending color

eDirection

Number

No

One of the following directions:

%GRADIENT_FILL_H

%GRADIENT_FILL_V

 

Remarks

 

Restrictions

 

Color is not persistent.

 

See also

 

Examples