Radar.ColorTableLookup Property
Gets or sets a value specifying how the lookup of colors in the color table is done.
Syntax
public ColorTableLookup ColorTableLookup { get; set; }
Property Value
Default: Default
The colorTableLookup that controls how the lookup of colors in the color table is done.
Remarks
When a KeyedAttributeVariable<System.Drawing.Color> is used as Color, this property controls whether or not the values in the table are interpolated. Using the value FullRange will result in an exception.
Platforms
Windows, Linux, Android