Skip to content

tmcw/fischer-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fischer Color

build status Greenkeeper badge

A JavaScript implementation of Eric Fischer's simple and perceptually friendly color interpolation.

API

interpolate(hue, chroma, luminosity) (or interpolate([h, c, l]))

Input:

  • hue in range from 0 to 2 pi
  • chroma in range from 0 to 1
  • luminosity in range from 0 to 1

Returns:

  • an array of [red, green, blue]

About

eric fischer's perceptually-friendly color system

Resources

Stars

Watchers

Forks

Packages

No packages published