Class ANZColourMapping

java.lang.Object
com.xinapse.multisliceimage.Analyze.ANZColourMapping

public abstract class ANZColourMapping extends Object
Class to handle Analyze lookup files (colour mapping files).

Lookup files end in the extension ".lkup" or ".LKUP" and consist of a binary format with 256 entries, where each entry is 3-byte triplet of RBG values for that entry.

  • Field Details

    • LOWERCASEEXTENSION

      public static final String LOWERCASEEXTENSION
      The file extension for Analyze lookup files in lower case form.
      See Also:
    • UPPERCASEEXTENSION

      public static final String UPPERCASEEXTENSION
      The file extension for Analyze lookup files in upper case form.
    • NENTRIES

      public static final short NENTRIES
      The number of entries in an Analyze colour mapping lookup file.
      See Also:
  • Constructor Details

    • ANZColourMapping

      public ANZColourMapping()
  • Method Details