the color is error?
See original GitHub issue public int Value
{
get { return Red + (Blue << 8 ) + (Green << 16); } // R G B ?
}
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Reading Error Color Palette
Reading Error color palette created by telzey that consists #7676a7,#2f2d2d,#ff3333,#eaeaea,#ffffff colors.
Read more >Error color | Internet dictionary
Error color indicates errors in components, such as invalid text in a text field. The baseline error color is #B00020. Download our trends...
Read more >What is the most 'friendly' red hexadecimal color value for ...
Originally Answered: What is the most "friendly" red hexidecimal color value for error messages? #FF0000 is the standard red hex - it's a...
Read more >Common Errors Color Scheme » Blue » SchemeColor.com
The Common Errors Color Scheme palette has 5 colors which are Middle Green (#428959), YInMn Blue (#2A4F87), Tangerine (#F18F01), Dark Pastel Red (#C73E1D)...
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 FreeTop 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
Top GitHub Comments
Yes, blue and green seems switched. Also, the first constructor should probably be
fixed