Click or drag to resize
Palette Class
Represents a Palette object.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Image.PalettesPalette

Namespace: Flir.Atlas.Image.Palettes
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Palette

The Palette type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAboveSpanColor
Gets and sets the color of the above span.
Public propertyBelowSpanColor
Gets and sets the color of the below span.
Public propertyIsInverted
Invertes the colors i.e. warm colors are shown as cold.
Public propertyName
Name of the Palette
Public propertyOverflowColor
Gets and sets the color of the overflow.
Public propertyPaletteColors
Gets or sets list of all the colors defining the palette.
Public propertyUnderflowColor
Gets and sets the color of the underflow.
Public propertyVersion
Version of the palette
Top
Events
  NameDescription
Public eventChanged
Occurs when an IR image has changed e.g. needs to be uppdated.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also