Table of Contents

Property DominantTerm

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

DominantTerm

The basic color term that names the largest part of the image once shades are pooled by term (two blues outweigh one slightly larger gray), or null when the palette is empty. This is the answer to "what color is this image".

public BasicColorTerm? DominantTerm { get; }

Property Value

BasicColorTerm?
Share