Registry / utility / tinycolormap

tinycolormap

JSON →
library0.8.0vcpkgunverified

A header-only, single-file library for colormaps written in C++11.

vcpkg install tinycolormap
INSTALL
IMPORT
SIG · TINYCOLORMAP
T
tinycolormap
utilitycppv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tinycolormap.hpp
✓ #include <tinycolormap.hpp>

Get a color from a colormap

#include <tinycolormap.hpp> #include <iostream> int main() { auto color = tinycolormap::GetColor(0.5, tinycolormap::ColormapType::Viridis); std::cout << color.r << ", " << color.g << ", " << color.b << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

tinycolormap — pip install tinycolormap · libregistry