Allow to set color with alpha component as "#aarrggbb"
See original GitHub issueCurrently you can not set a color with the # short form and a alpha channel.
It would be nice to set #aarrggbb
(prefered) or #rrggbbaa
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Multiply alpha channel in an AARRGGBB color - Stack Overflow
I want to multiply the alpha channel in the color I have above by the percentage, and fill the cells with the resulting...
Read more >How To Use CSS Hex Code Colors with Alpha Values
Learn how to use hex codes in CSS and change the transparency of the color by using an alpha value. An introduction to...
Read more >Color Specification - ChartDirector
Many functions in the ChartDirector API accept colors as parameters. ... ARGB color consists of 4 components - alpha transparency, red, green and...
Read more >Color.FromArgb Method (System.Drawing) | Microsoft Learn
Creates a Color structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to...
Read more >Color | Android Developers
This method allows you to specify three color components (typically RGB), an alpha component and a color space. To encode sRGB colors, use...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Implemented in #1179. Will be included in 2.0 RC1.
Probably happened automagically when I hosed my local git repo and then pushed it. The reopen button is disabled on my end. I’ll submit a new PR.