it('should give the value of a coordinate with luminosity', function () {
                expect(this.instance.getBlurPixel(1, 0, 'getLuminosityAtIndex')).to.be.equal(88);
            });