describe('YIQ', function () {

            it('should give the value of a coordinate', function () {
                expect(this.instance.getYIQ(0, 1)).to.be.deep.equal({y: 118, i: 0, q: 0});
            });