NDPluginPxvs does not work with ImageJ when colorMode != 0. The reason is that the ImageJ NTNAViewer.java expects the ColorMode argument to be a 32-bit integer. That is what NDPluginPva sends. However, NDPluginPvxs sends a 64-bit integer, and ImageJ generates an error because that is not the datatype of the ColorMode attribute.