SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
basemaprenderparams.h File Reference

Shared visual-adjustment parameters for raster basemaps. More...

#include <QImage>
#include <QJsonObject>
Include dependency graph for basemaprenderparams.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenSWMM::Render::BasemapRenderParams
 Brightness / contrast / saturation / resampling for a basemap. More...
 

Namespaces

namespace  OpenSWMM
 
namespace  OpenSWMM::Render
 

Functions

bool OpenSWMM::Render::operator== (const BasemapRenderParams &a, const BasemapRenderParams &b)
 
bool OpenSWMM::Render::operator!= (const BasemapRenderParams &a, const BasemapRenderParams &b)
 

Detailed Description

Shared visual-adjustment parameters for raster basemaps.

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later
    Slice X.22 — every basemap layer (XYZ / WMTS / WMS / WCS) holds
    one of these and applies it to its composed tile QImage just
    before drawImage().  The Rendering tab of LayerStyleDialog
    drives the values via setBasemapRenderParams() on each layer.