Main constructor for Image class. Constructing a new image automatically adds it to the data collection of Kst.
Set the thresholding to the current minimum and maximum of the associated matrix.
Set the thresholding to automatically calculated smart values based on the current values of the the associated matrix.
The matrix associated with the image.
The map type of the image.
The name of the palette associated with the image color map.
The lower threshold associated with the map.
The upper threshold associated with the map.
If true, automatic thresholding is enabled.
The number of contour levels if the contour map is enabled.
The weight of the lines used to draw the contour map, if the contour map is enabled. A value of -1 can be used for a variable contour weight.
The color of the contours. Stored in the form "#RRGGBB" as hex values. This property can also be set with English strings such as "blue".