GFX_GRADIENT_TYPE Enumeration

Microchip Graphics Library

Microchip Graphics Library
GFX_GRADIENT_TYPE Enumeration
C
typedef enum {
  GRAD_NONE = 0,
  GRAD_DOWN,
  GRAD_RIGHT,
  GRAD_UP,
  GRAD_LEFT,
  GRAD_DOUBLE_VER,
  GRAD_DOUBLE_HOR
} GFX_GRADIENT_TYPE;
Overview

Enumeration for gradient type

Members
Members 
Description 
GRAD_NONE = 0 
No Gradients to be drawn 
GRAD_DOWN 
gradient changes in the vertical direction 
GRAD_RIGHT 
gradient change in the horizontal direction 
GRAD_UP 
gradient changes in the vertical direction 
GRAD_LEFT 
gradient change in the horizontal direction 
GRAD_DOUBLE_VER 
two gradient transitions in the vertical direction 
GRAD_DOUBLE_HOR 
two gradient transitions in the horizontal direction 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved