it('should apply the color with 80% opacity', function () {
                expect(this.instance._calculateColorValue(100, 200, 0.8)).to.be.equal(180);
            });