C
typedef struct { GFX_GRADIENT_TYPE gradientType; DWORD gradientStartColor; DWORD gradientEndColor; DWORD gradientLength; } GFX_GRADIENT_STYLE;
Overview
This structure is used to describe the gradient style.
Members
|
Members |
Description |
|
GFX_GRADIENT_TYPE gradientType; |
selected the gradient type |
|
DWORD gradientStartColor; |
sets the starting color of gradient transition |
|
DWORD gradientEndColor; |
sets the ending color of gradient transition |
|
DWORD gradientLength; |
defines the length of the gradient transition in pixels |