The GRADIENTBRUSH structure contains information Used to fill a closed area with a gradient of colors, using a specific style.
typedef struct _GRADIENTBRUSH
{
L_COLORREF crStartColor;
L_COLORREF crEndColor;
L_INT uGradientSteps;
GRADIENTBRUSHSTYLE GradientStyle;
}GRADIENTBRUSH, *pGRADIENTBRUSH;
COLORREF value that specifies the starting color
COLORREF value that specifies the ending color
Number of gradient color steps. Valid values are from 2 to 256
Gradient style. For valid values, refer to Effect Gradient Styles
Examples of filling styles can be seen below.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document