Flotr.Color = Class.create({
    initialize: function(r, g, b, a){
        this.rgba = ['r','g','b','a'];
        var x = 4;
        while(-1<--x){