package jspecview.api;

import jspecview.common.Spectrum;

public interface VisibleInterface {

	int getColour(Spectrum spec, boolean asFitted);

}
