Skip to content

Instantly share code, notes, and snippets.

@msweeney
Created September 13, 2012 23:09
Show Gist options
  • Save msweeney/3718468 to your computer and use it in GitHub Desktop.
Save msweeney/3718468 to your computer and use it in GitHub Desktop.
Y.Color usage
function MyColorThing() {};
MyColorThing.prototype = {
complement: function(color) {
return Y.Color.getComplementary(color);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment