question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow to set color with alpha component as "#aarrggbb"

See original GitHub issue

Currently 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:closed
  • Created 7 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
ralfstxcommented, Mar 15, 2017

Implemented in #1179. Will be included in 2.0 RC1.

2reactions
cookiegurucommented, Mar 9, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found