From 00f26a5645e32f3b0cee80e1dc58e3dc04621756 Mon Sep 17 00:00:00 2001 From: Alexei Boronine Date: Sat, 14 Jun 2025 04:06:40 -0600 Subject: [PATCH] Remove unnecessary function call --- src/hsluv.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hsluv.ts b/src/hsluv.ts index 159c8ab..a4d048c 100644 --- a/src/hsluv.ts +++ b/src/hsluv.ts @@ -350,7 +350,6 @@ export class Hsluv { this.rgbToXyz(); this.xyzToLuv(); this.luvToLch(); - this.lchToHpluv(); this.lchToHsluv(); } @@ -359,7 +358,6 @@ export class Hsluv { this.xyzToLuv(); this.luvToLch(); this.lchToHpluv(); - this.lchToHpluv(); } public hexToHsluv(): void {