| PalettePaletteColors Property |
Gets or sets list of all the colors defining the palette.
Namespace: Flir.Atlas.Image.PalettesAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public List<Color> PaletteColors { get; set; }
Property Value
Type:
ListColorThe palette colors.
Remarks You can use this to create a BitmapPalette.
See Also