Skip to content

Instantly share code, notes, and snippets.

View pistachiomatt's full-sized avatar

Matt Pistachio pistachiomatt

View GitHub Profile
@taybenlor
taybenlor / colour.js
Created October 15, 2012 23:28
Colour Helpers in JS
/**
* A class to parse colour values. Updated by Ben to support colour conversions.
* @author Stoyan Stefanov <sstoo@gmail.com>
* @author Ben Taylor <taybenlor@gmail.com>
* @link http://www.phpied.com/rgb-color-parser-in-javascript/
* @license Use it if you like it
*/
function Colour(colour_string)
{
this.ok = false;