PaletteManager Class |
Namespace: Flir.Atlas.Image.Palettes
public class PaletteManager
The PaletteManager type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FromString |
Get palette from a palette name.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Open |
Open a palette file from disk. Palette files have .pal as file extension.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Arctic |
Gets the Arctic Palette.
| |
Cool |
Gets the Cool Palette.
| |
FromImage |
Built-in palette from image.
| |
Grey |
Gets the Grey Palette.
| |
Iron |
Gets the Iron Palette.
| |
Lava |
Gets the Lava Palette.
| |
Palettes |
Array of built-in palettes.
| |
Rainbow |
Gets the Rain Palette.
| |
RainHighContrast |
Gets the RainHC Palette.
| |
Warm |
Gets the Warm Palette.
|
OpenFileDialog dlg = new OpenFileDialog(); dlg.ShowDialog(); ThermalImageFile image = new ThermalImageFile(@"path to image"); image.Palette = PaletteManager.Arctic;