Package cc.plural.utils

Examples of cc.plural.utils.Color


 
  public ApplicationConfiguration() {
    title = "cc.plural.ecs!";
    width = 400;
    height = 300;
    backGroundColor = new Color(25,25,25);
                resizable = false;
                fullScreen = false;
                forceGLVersion = null;
                fpsTarget = 60;
  }
View Full Code Here

TOP

Related Classes of cc.plural.utils.Color

Copyright © 2018 www.massapicom. 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.