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 {