Class MMCQ


  • public class MMCQ
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MMCQ.CMap
      Color map.
      static class  MMCQ.VBox
      3D color space box.
    • Constructor Summary

      Constructors 
      Constructor Description
      MMCQ()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static MMCQ.CMap quantize​(int[][] pixels, int maxcolors)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MMCQ

        public MMCQ()
    • Method Detail

      • quantize

        public static MMCQ.CMap quantize​(int[][] pixels,
                                         int maxcolors)