From df4991bef543e857efbb2b46dfe5c9a197e35e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=C5=AB=20y=C4=81ng?= Date: Thu, 30 Nov 2023 16:18:25 +0800 Subject: [PATCH] feat(colorpicker): get hex8 from color method (#1663) --- js/color-picker/color.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/js/color-picker/color.ts b/js/color-picker/color.ts index 1a561cb58f..424ea36e76 100644 --- a/js/color-picker/color.ts +++ b/js/color-picker/color.ts @@ -278,6 +278,7 @@ export class Color { HSV: this.hsv, HSVA: this.hsva, CSS: this.css, + HEX8: this.hex8, }; }