Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Create color ramp legend nodes for pseudocolor or grayscale rasters or
point clouds using a Linear color ramp based renderer
- Loading branch information
Showing
with
78 additions
and 8 deletions.
- +2 −0 python/core/auto_generated/raster/qgssinglebandgrayrenderer.sip.in
- +2 −0 python/core/auto_generated/raster/qgssinglebandpseudocolorrenderer.sip.in
- +24 −8 src/core/pointcloud/qgspointcloudattributebyramprenderer.cpp
- +15 −0 src/core/raster/qgssinglebandgrayrenderer.cpp
- +1 −0 src/core/raster/qgssinglebandgrayrenderer.h
- +33 −0 src/core/raster/qgssinglebandpseudocolorrenderer.cpp
- +1 −0 src/core/raster/qgssinglebandpseudocolorrenderer.h