it('should apply full color with full opacity', function () {
                expect(this.instance._calculateColorValue(100, 200, 1)).to.be.equal(200);
            });