QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
A ramp shader will color a raster pixel based on a list of values ranges in a ramp. More...
#include <qgscolorrampshader.h>
Classes | |
struct | ColorRampItem |
Public Types | |
enum | ColorRamp_TYPE { INTERPOLATED, DISCRETE, EXACT } |
Supported methods for color interpolation. More... | |
Public Member Functions | |
QgsColorRampShader (double theMinimumValue=0.0, double theMaximumValue=255.0) | |
bool | clip () const |
Returns whether the shader will clip values which are out of range. More... | |
QList< QgsColorRampShader::ColorRampItem > | colorRampItemList () const |
Get the custom colormap. More... | |
QgsColorRampShader::ColorRamp_TYPE | colorRampType () const |
Get the color ramp type. More... | |
QString | colorRampTypeAsQString () |
Get the color ramp type as a string. More... | |
void | legendSymbologyItems (QList< QPair< QString, QColor > > &symbolItems) const override |
Q_DECL_DEPRECATED int | maximumColorCacheSize () |
Get the maximum size the color cache can be. More... | |
void | setClip (bool clip) |
Sets whether the shader should not render values out of range. More... | |
void | setColorRampItemList (const QList< QgsColorRampShader::ColorRampItem > &theList) |
Set custom colormap. More... | |
void | setColorRampType (QgsColorRampShader::ColorRamp_TYPE theColorRampType) |
Set the color ramp type. More... | |
void | setColorRampType (const QString &theType) |
Set the color ramp type. More... | |
Q_DECL_DEPRECATED void | setMaximumColorCacheSize (int theSize) |
Set the maximum size the color cache can be. More... | |
bool | shade (double, int *, int *, int *, int *) override |
Generates and new RGB value based on one input value. More... | |
bool | shade (double, double, double, double, int *, int *, int *, int *) override |
Generates and new RGB value based on original RGB value. More... | |
Public Member Functions inherited from QgsRasterShaderFunction | |
QgsRasterShaderFunction (double theMinimumValue=0.0, double theMaximumValue=255.0) | |
virtual | ~QgsRasterShaderFunction () |
double | maximumValue () const |
double | minimumMaximumRange () const |
double | minimumValue () const |
virtual void | setMaximumValue (double) |
Set the maximum value. More... | |
virtual void | setMinimumValue (double) |
Return the minimum value. More... | |
Additional Inherited Members | |
Protected Attributes inherited from QgsRasterShaderFunction | |
double | mMaximumValue |
User defineable maximum value for the shading function. More... | |
double | mMinimumMaximumRange |
Minimum maximum range for the shading function. More... | |
double | mMinimumValue |
User defineable minimum value for the shading function. More... | |
A ramp shader will color a raster pixel based on a list of values ranges in a ramp.
Definition at line 32 of file qgscolorrampshader.h.
Supported methods for color interpolation.
Definition at line 62 of file qgscolorrampshader.h.
QgsColorRampShader::QgsColorRampShader | ( | double | theMinimumValue = 0.0 , |
double | theMaximumValue = 255.0 |
||
) |
Definition at line 31 of file qgscolorrampshader.cpp.
|
inline |
Returns whether the shader will clip values which are out of range.
Definition at line 114 of file qgscolorrampshader.h.
|
inline |
Get the custom colormap.
Definition at line 70 of file qgscolorrampshader.h.
|
inline |
Get the color ramp type.
Definition at line 73 of file qgscolorrampshader.h.
QString QgsColorRampShader::colorRampTypeAsQString | ( | ) |
Get the color ramp type as a string.
Definition at line 42 of file qgscolorrampshader.cpp.
|
overridevirtual |
Reimplemented from QgsRasterShaderFunction.
Definition at line 243 of file qgscolorrampshader.cpp.
|
inline |
Get the maximum size the color cache can be.
Color cache is not used anymore.
Definition at line 81 of file qgscolorrampshader.h.
|
inline |
Sets whether the shader should not render values out of range.
clip | set to true to clip values which are out of range. |
Definition at line 109 of file qgscolorrampshader.h.
void QgsColorRampShader::setColorRampItemList | ( | const QList< QgsColorRampShader::ColorRampItem > & | theList | ) |
Set custom colormap.
Definition at line 56 of file qgscolorrampshader.cpp.
void QgsColorRampShader::setColorRampType | ( | QgsColorRampShader::ColorRamp_TYPE | theColorRampType | ) |
Set the color ramp type.
Definition at line 64 of file qgscolorrampshader.cpp.
void QgsColorRampShader::setColorRampType | ( | const QString & | theType | ) |
Set the color ramp type.
Definition at line 69 of file qgscolorrampshader.cpp.
|
inline |
Set the maximum size the color cache can be.
Color cache is not used anymore.
Definition at line 95 of file qgscolorrampshader.h.
|
overridevirtual |
Generates and new RGB value based on one input value.
Reimplemented from QgsRasterShaderFunction.
Definition at line 85 of file qgscolorrampshader.cpp.
|
overridevirtual |
Generates and new RGB value based on original RGB value.
Reimplemented from QgsRasterShaderFunction.
Definition at line 225 of file qgscolorrampshader.cpp.