Skip to content

Support alpha to hex #22

@sacru2red

Description

@sacru2red

Generally, hex color is used as 3 or 6 digits, but it can be used by adding 2-digits meaning alpha.
https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color

current:

new Color('4aa444').setAlhap(0.5).toHex()

returns the same value as 4aa444.

I would like to add a method like toHex8() to returnvalue that includes the alpha value.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions