it('should set alpha value', function () {
                this.instance.setAtIndex(0, {alpha: 4});
                expect(this.blob[3]).to.be.equal(4);
            });