Table of Contents

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 = 0

Very dark, whatever the tint.

White = 1

Very light and nearly neutral.

Gray = 2

Neutral, neither dark nor light.

Red = 3

Red.

Orange = 4

Orange.

Yellow = 5

Yellow.

Green = 6

Green, including teal and olive.

Blue = 7

Blue, including cyan, sky and navy.

Purple = 8

Purple, violet and indigo.

Pink = 9

Pink and magenta.

Brown = 10

Brown: the dark, muted oranges and reds, tan and beige.

Share