Examples of ImmutableColor4f


Examples of de.ailis.gramath.ImmutableColor4f

     * @return The color as a Color4f type. Never null.
     */

    public Color4f asColor4f()
    {
        return new ImmutableColor4f((float) this.red, (float) this.green,
            (float) this.blue, (float) this.alpha);
    }
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.