Examples of ColorTable8


Examples of net.imglib2.display.ColorTable8

    return lut;
  }

  public void setLUT( final ColorTable lut )
  {
    this.lut = lut == null ? new ColorTable8() : lut;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.