Package transientlibs.preui.objects.gui.elements

Examples of transientlibs.preui.objects.gui.elements.TransientColour


        //aF = a / 255.0f;
        //rF = r / 255.0f;
        //gF = g / 255.0f;
        //bF = b / 255.0f;

        return new TransientColour(a, r, g, b);

    }
View Full Code Here

TOP

Related Classes of transientlibs.preui.objects.gui.elements.TransientColour

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.