18#ifndef QGSHILLSHADERENDERERWIDGET_H
19#define QGSHILLSHADERENDERERWIDGET_H
21#include "ui_qgshillshaderendererwidget.h"
24#include <QDoubleSpinBox>
63 double azimuth() const;
69 double altitude() const;
75 double zFactor() const;
81 bool multiDirectional() const;
90 void setAltitude(
double altitude );
97 void setAzimuth(
double azimuth );
104 void setZFactor(
double zfactor );
111 void setMultiDirectional(
bool isMultiDirectional );
114 void mLightAzimuth_updated(
double value );
115 void mLightAzimuthDial_updated(
int value );
Represents a raster layer.
Raster renderer pipe that applies colors to a raster.
A rectangle specified with double values.