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.

Add more built-in colours to RGBA & RGB

See original GitHub issue

We have a bunch of pre-made colours like RGBA.White. I frequently want more simple colours when I’m prototyping, like orange and purple! What else is there?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
sylvanssoncommented, Oct 9, 2021

Awesome 😃 I’ll work on this this week.

1reaction
Iltotorecommented, Oct 9, 2021

@sylvansson I’m not. You can commit it 😛

Read more comments on GitHub >

github_iconTop Results From Across the Web

Color enumeration and ColorFade, ColorValue, and RGBA ...
Color enumeration ColorValue RGBA Color.AliceBlue ColorValue( "#f0f8ff" ) ColorValue( "aliceblue" ) RGBA( 240, 248, 25... Color.Aqua ColorValue( "#00ffff" ) ColorValue( "AQUA" ) RGBA( 0, 255,...
Read more >
Colors, Hex, RGB, RGBA, Predefined Colors (4/13) - YouTube
The reason HEX values exist is because there are far more colors available ... So you say color, rgb, and in parenthesis you...
Read more >
<color> - CSS: Cascading Style Sheets - MDN Web Docs
Using the RGB cubic-coordinate system (via the #-hexadecimal or the rgb() and rgba() functional notations). These always specify a color in ...
Read more >
Sass/Compass - Convert Hex, RGB, or Named Color to RGBA
Use the rgba function built into Sass. Sets the opacity of a color. Examples: rgba(#102030, 0.5) => rgba(16, 32, 48, 0.5) rgba(blue, 0.2)...
Read more >
CSS RGB and RGBA Colors - W3Schools
An RGB color value represents RED, GREEN, and BLUE light sources. RGB Value. In CSS, a color can be specified as an RGB...
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