Skip to content

Commit

Permalink
feat(colorpicker): get hex8 from color method (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Nov 30, 2023
1 parent ab911c7 commit df4991b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/color-picker/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ export class Color {
HSV: this.hsv,
HSVA: this.hsva,
CSS: this.css,
HEX8: this.hex8,
};
}

Expand Down

0 comments on commit df4991b

Please sign in to comment.