package org.apache.batik.ext.awt.image; public interface TransferFunction { byte[] getLookupTable(); }