Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single color renderer - raster #9200

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/user_manual/working_with_raster/raster_properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ information you'd like to highlight.
#. :ref:`Singleband pseudocolor <label_colormaptab>` - this renderer
can be used for files with a continuous palette or color map
(e.g. an elevation map).
#. :ref:`Single color <singlecolor>` - the raster layer will be rendered
with a single color.
#. :ref:`Hillshade <hillshade_renderer>` - Creates hillshade from a
band.
#. :ref:`Contours <raster_contours>` - Generates contours on the
Expand Down Expand Up @@ -301,6 +303,26 @@ Press :guilabel:`Legend settings...` if you wish to tweak the settings
or instead use a legend with separated classes (and colors).
More details at :ref:`raster_legend_settings`.

.. _singlecolor:

Single color
............

This renderer allows you to render a raster layer using :guilabel:`Single color`.
This type of renderer is useful when you want to display a raster layer
uniformly, without any variation in color based on pixel values.

The single color renderer can be used with both single-band and multi-band raster layers.
When used with multi-band rasters, you can select which band to apply the single color to,
effectively displaying that specific band uniformly across the entire layer.

.. _figure_raster_singlecolor:

.. figure:: img/rasterSingleColor.png
:align: center

Raster Symbology - Single color rendering

.. index:: Hillshade
.. _hillshade_renderer:

Expand Down
Loading