it('should set green color with opacity', function () {
                this.instance.setAtIndex(1, {green: 2, opacity: 0.5});
                expect(this.blob[5]).to.be.equal(33);
            });