test("desaturateViaLCH", () => {
        function testColor(data: any): void {
            const rgb: ColorRGBA64 | null = ColorRGBA64.fromObject(data.rgba);
            expect(rgb).not.to.be.undefined;