Rgb24Color.KnownColors

Rgb24Color.KnownColors class

Contains all “known colors”, that have fixed unique name and value in CSS standart

public static class KnownColors

Methods

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

Other Members

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.

Remarks

See also: https://developer.mozilla.org/en-US/docs/Web/CSS/named-color

See Also