diff options
| author | frozolotl <44589151+frozolotl@users.noreply.github.com> | 2025-03-28 16:30:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-28 15:30:30 +0000 |
| commit | 20ee446ebab2fbb23246026301e26b82647369a2 (patch) | |
| tree | 3d13b649cb8e8e0ca86a82d78cbf3adc9991ae55 /crates | |
| parent | b7a4382a73e495cf56350c1ba4f216d51b1864c7 (diff) | |
Fix descriptions of color maps (#6096)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst-library/src/visualize/color.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/typst-library/src/visualize/color.rs b/crates/typst-library/src/visualize/color.rs index 20b0f571..24d8305c 100644 --- a/crates/typst-library/src/visualize/color.rs +++ b/crates/typst-library/src/visualize/color.rs @@ -148,11 +148,11 @@ static TO_SRGB: LazyLock<qcms::Transform> = LazyLock::new(|| { /// | `magma` | A black to purple to yellow color map. | /// | `plasma` | A purple to pink to yellow color map. | /// | `rocket` | A black to red to white color map. | -/// | `mako` | A black to teal to yellow color map. | +/// | `mako` | A black to teal to white color map. | /// | `vlag` | A light blue to white to red color map. | -/// | `icefire` | A light teal to black to yellow color map. | +/// | `icefire` | A light teal to black to orange color map. | /// | `flare` | A orange to purple color map that is perceptually uniform. | -/// | `crest` | A blue to white to red color map. | +/// | `crest` | A light green to blue color map. | /// /// Some popular presets are not included because they are not available under a /// free licence. Others, like |
