Click or drag to resize
PalettePaletteColors Property
Gets or sets list of all the colors defining the palette.

Namespace: Flir.Atlas.Image.Palettes
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public List<Color> PaletteColors { get; set; }

Property Value

Type: ListColor
The palette colors.
Remarks
You can use this to create a BitmapPalette.
See Also