Examples of MTColor


Examples of org.mt4j.util.MTColor

  /**
   * Instantiates a new style info.
   */
  public StyleInfo(){
    this(
        new MTColor(255,255,255,255),
        new MTColor(255,255,255,255),
        true,
        false,
        false,
        1.0f,
        GL.GL_TRIANGLE_FAN,
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.