Class Channels

java.lang.Object
qupath.ext.biop.utils.Channels

public class Channels extends Object
Channels class to handle loading and saving channel settings It can modify channels based on either a simple text file or a string of the type position, name, color, minDisplay, maxDisplay eg.
1, First, #0300ff, 0, 100
 3, Third, #ff3300, 10, 1200
Also includes the possibility to save the settings to a textfile in the above format.