Skip to content

Single-header C library for perceptually-uniform colormaps, ported from matplotlib

License

Notifications You must be signed in to change notification settings

zzzoom/colormap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colormap

Single-header perceptually-uniform colormaps in C, ported from matplotlib.

Usage

  1. Copy and include colormap.h.
  2. Call colormap_rgb or colormap_rgbf to convert a value to RGB color.
  3. Link with -lm.

About

Single-header C library for perceptually-uniform colormaps, ported from matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages