GFX_GRADIENT_STYLE Structure

Microchip Graphics Library

Microchip Graphics Library
GFX_GRADIENT_STYLE Structure
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 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved