org.freehep.graphicsio.gif
Interface GIFColorMap

All Known Implementing Classes:
GIFNearestColorMap, GIFNeuralColorMap, GIFPlainColorMap

public interface GIFColorMap

Creates colormap from set of pixels, making pixels index into the colormap.

Version:
$Id$
Author:
duns

Method Summary
 int[] create(int[][] pixels, int maxColors)
           
 

Method Detail

create

int[] create(int[][] pixels,
             int maxColors)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.