ArgbColor.KnownColors
ArgbColor.KnownColors class
包含所有“已知颜色”,它们在 CSS standart 中具有固定的唯一名称和值
public static class KnownColors
方法
姓名 |
描述 |
static TryFind(string, out ArgbColor) |
尝试通过字符串名称 查找颜色 |
字段
其他成员
姓名 |
描述 |
static class CssLevel1 |
命名颜色,在 CSS 级别 1 中指定。所有颜色都是完全不透明的。 |
static class CssLevel2 |
命名颜色,在 CSS 级别 2 中指定。所有颜色都是完全不透明的。 |
static class CssLevel3 |
命名颜色,在 CSS 颜色级别 3 中指定。所有颜色都是完全不透明的。 |
static class CssLevel4 |
命名颜色,在 CSS 颜色级别 4 中指定。所有颜色都是完全不透明的。 |
评论
另请参阅:https://developer.mozilla.org/en-US/docs/Web/CSS/named-color
也可以看看