|
QGIS API Documentation 4.1.0-Master (0cdd3ae6384)
|
Defines elevation range and color for raster relief coloring. More...
#include <qgsrasterlayerutils.h>
Public Member Functions | |
| QgsRasterReliefColor (const QColor &c, double min, double max) | |
| Constructor for QgsRasterReliefColor. | |
| bool | operator!= (const QgsRasterReliefColor &other) const |
| bool | operator== (const QgsRasterReliefColor &other) const |
Public Attributes | |
| QColor | color |
| Color. | |
| double | maxElevation = 0 |
| Elevation range maximum. | |
| double | minElevation = 0 |
| Elevation range minimum. | |
Defines elevation range and color for raster relief coloring.
Definition at line 46 of file qgsrasterlayerutils.h.
|
inline |
Constructor for QgsRasterReliefColor.
| c | color |
| min | elevation range minimum |
| max | elevation range maximum |
Definition at line 55 of file qgsrasterlayerutils.h.
|
inline |
Definition at line 73 of file qgsrasterlayerutils.h.
|
inline |
Definition at line 68 of file qgsrasterlayerutils.h.
| QColor QgsRasterReliefColor::color |
Color.
Definition at line 62 of file qgsrasterlayerutils.h.
| double QgsRasterReliefColor::maxElevation = 0 |
Elevation range maximum.
Definition at line 66 of file qgsrasterlayerutils.h.
| double QgsRasterReliefColor::minElevation = 0 |
Elevation range minimum.
Definition at line 64 of file qgsrasterlayerutils.h.