Skip to content

pburtchaell/shader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Shader

npm version Build Status npm downloads

Creates darker or lighter shades of a hex color. Originally inspired from a question on StackOverflow.

Installation

Install with npm.

npm install shader

Usage

import shader from 'shader';

const color = '#fff';
const myNewShade = shader(color, -1.0);

Parameters

param type description
color string the hex code for the color
value int a range from -1.0 (darkest) to 1.0 (lightest)

Copyright 2015-2017 Patrick Burtchaell. Licensed MIT.