QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Typedefs
qgsvectorcolorrampv2.h File Reference
#include <QColor>
#include <QGradient>
#include "qgssymbollayerv2.h"
#include "qgslogger.h"
Include dependency graph for qgsvectorcolorrampv2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsVectorColorRampV2
struct  QgsGradientStop
class  QgsVectorGradientColorRampV2
class  QgsVectorRandomColorRampV2
class  QgsRandomColorsV2
class  QgsVectorColorBrewerColorRampV2
class  QgsCptCityColorRampV2

Macros

#define DEFAULT_GRADIENT_COLOR1   QColor(0,0,255)
#define DEFAULT_GRADIENT_COLOR2   QColor(0,255,0)
#define DEFAULT_RANDOM_COUNT   10
#define DEFAULT_RANDOM_HUE_MIN   0
#define DEFAULT_RANDOM_HUE_MAX   359
#define DEFAULT_RANDOM_VAL_MIN   200
#define DEFAULT_RANDOM_VAL_MAX   240
#define DEFAULT_RANDOM_SAT_MIN   100
#define DEFAULT_RANDOM_SAT_MAX   240
#define DEFAULT_COLORBREWER_SCHEMENAME   "Spectral"
#define DEFAULT_COLORBREWER_COLORS   5
#define DEFAULT_CPTCITY_SCHEMENAME   "cb/div/BrBG_"
#define DEFAULT_CPTCITY_VARIANTNAME   "05"

Typedefs

typedef QList< QgsGradientStopQgsGradientStopsList

Macro Definition Documentation

#define DEFAULT_COLORBREWER_COLORS   5
#define DEFAULT_COLORBREWER_SCHEMENAME   "Spectral"
#define DEFAULT_CPTCITY_SCHEMENAME   "cb/div/BrBG_"
#define DEFAULT_CPTCITY_VARIANTNAME   "05"
#define DEFAULT_GRADIENT_COLOR1   QColor(0,0,255)
#define DEFAULT_GRADIENT_COLOR2   QColor(0,255,0)
#define DEFAULT_RANDOM_COUNT   10
#define DEFAULT_RANDOM_HUE_MAX   359
#define DEFAULT_RANDOM_HUE_MIN   0
#define DEFAULT_RANDOM_SAT_MAX   240
#define DEFAULT_RANDOM_SAT_MIN   100
#define DEFAULT_RANDOM_VAL_MAX   240
#define DEFAULT_RANDOM_VAL_MIN   200

Typedef Documentation