Rgb24Color.KnownColors
Leave feedback
On this page
Contains all “known colors”, that have fixed unique name and value in CSS standart
public static class KnownColors
| Name | Description |
|---|---|
| static TryFindColor(string, out Rgb24Color) | Tries to find a color by its string name |
| static TryFindName(Rgb24Color, out string) | Tries to find a color name by specified color within a named colors collection |
| Name | Description |
|---|---|
| static class CssLevel1 | Named colors, specified in the CSS level 1. All are fully opaque. |
| static class CssLevel2 | Named colors, specified in the CSS level 2. All are fully opaque. |
| static class CssLevel3 | Named colors, specified in the CSS Colors level 3. All are fully opaque. |
| static class CssLevel4 | Named colors, specified in the CSS Colors level 4. All are fully opaque. |
See also: https://developer.mozilla.org/en-US/docs/Web/CSS/named-color
- struct Rgb24Color
- namespace GroupDocs.Viewer.Drawing
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.