AtomMaterialUI / color-highlighter

JetBrains plugin to preview colors directly from within the code.
MIT License
40 stars 23 forks source link

Add support for Hex with Alpha Values #75

Closed ormaq closed 1 year ago

ormaq commented 2 years ago

Add support for Hex values

Such as either 0xa0c9c9c9 Where a0 is the alpha value or 0xc9c9c9a0

In languages such as css the alpha comes second Css ref Support Link

while Opengl uses Alpha first.

ARGB32 Ref

Thanks!