Enum BasicColorTerm
- Namespace
- LMKit.Graphics.Primitives
- Assembly
- LM-Kit.NET.dll
The eleven basic color terms every language with a full color vocabulary shares (Berlin and Kay, 1969): the names people reach for when they say what color something is, and the vocabulary a search facet or a caption can rely on. ColorNaming maps any color to the term it belongs to.
public enum BasicColorTerm
Fields
Black = 0Very dark, whatever the tint.
White = 1Very light and nearly neutral.
Gray = 2Neutral, neither dark nor light.
Red = 3Red.
Orange = 4Orange.
Yellow = 5Yellow.
Green = 6Green, including teal and olive.
Blue = 7Blue, including cyan, sky and navy.
Purple = 8Purple, violet and indigo.
Pink = 9Pink and magenta.
Brown = 10Brown: the dark, muted oranges and reds, tan and beige.