Skip to content

Implementation of Matlab's Jet color scheme in 256 steps.

Notifications You must be signed in to change notification settings

animesh-garg/jet-color

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jet-color

Implementation of Matlab's Jet color scheme in 256 steps.

Description

JET object has properties r, g, b, hex, which are 256-element arrays containing the RGB or hex values for the Jet color scheme.

picture alt

Usage

var step = 127;

var color = JET.hex[step];

var rgb = [JET.r[step], JET.g[step], JET.b[step]];

About

Implementation of Matlab's Jet color scheme in 256 steps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%