From 4f86ba8bb44312d80c7909abfac34dd2847db69b Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Fri, 11 Oct 2024 10:46:32 -0700 Subject: [PATCH] Update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b960d0b..dc280e7 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ -A TypeScript library for working with Turbo, an improved rainbow colormap for -visualization, often used for depth maps. In addition to the library, you can -also use [the demo page](https://exogen.github.io/turbo-colormap/) to perform -quick color and image conversions. +A TypeScript library for working with Turbo, an improved rainbow colormap for visual­ization. +Turbo is often used for depth maps. This library includes the ability to “uncolormap” +Turbo, converting values back to normalized floats or grayscale intensities. In +addition to the library, you can also use [the demo page](https://exogen.github.io/turbo-colormap/) +to perform quick color and image conversions. Note: this library generates more faithful values than the d3 approximation of Turbo found in [d3-scale-chromatic](https://github.com/d3/d3-scale-chromatic).