describe('luma', function () {

            it('should give the value of a coordinate', function () {
                expect(this.instance.getLuma(0, 1)).to.be.equal(118);
            });