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