Skip to content

Instantly share code, notes, and snippets.

@fmoren
fmoren / Color.js
Created December 27, 2016 10:12 — forked from darkwing/Color.js
/*
Script: Color.js
Class for creating and manipulating colors in JavaScript. Includes basic color manipulations and HSB <-> RGB <-> HEX Conversions.
License:
MIT-style license.
*/
function Color(params){
var ptype = $type(params);