|
| static RasterColorRamp | fromJson (const QJsonObject &j) |
| |
| static RasterColorRamp | grayscale (double min=0.0, double max=255.0) |
| |
| static RasterColorRamp | viridis (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | plasma (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | magma (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | inferno (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | cividis (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | turbo (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | rdBu (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | rdYlGn (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | spectral (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | brBG (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | legacySWMM5Interval (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | legacySWMMPollutant (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | terrain (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | plotly3 (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | iceFire (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | blackbody (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | electric (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | hot (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | jet (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | picnic (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | portland (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | rainbow (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | bluered (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | waterDepth (double min=0.0, double max=1.0) |
| |
| static RasterColorRamp | builtin (const QString &name) |
| |
| static QStringList | builtinNames () |
| |
Gradient mapping from a normalised value in [0,1] to a QColor.
Look up a built-in ramp by short name (case-insensitive). Returns grayscale() when the name is unknown so callers never get an invalid ramp. Recognised names: "grayscale", "viridis", "plasma", "magma", "inferno", "cividis", "turbo", "rdbu", "rdylgn", "spectral", "brbg", "legacy-swmm-5interval", "legacy-swmm-pollutant", "terrain", plus Slice BB-β Plotly entries: "plotly3", "icefire", "blackbody", "electric", "hot", "jet", "picnic", "portland", "rainbow", "bluered", and the 2026-09-01 depth-fill default "water-depth".