ArgbColor.KnownColors

ArgbColor.KnownColors class

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

public static class KnownColors

Methods

Name Description
static TryFind(string, out ArgbColor) Tries to find a color by its string name

Fields

Name Description
static readonly Empty Returns an empty color, which has no channels info and is fully transparent. Same as ‘Transparent’. Default value.
static readonly Transparent Fully transparent empty color. The same as default ‘Empty’ color value.

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