Examples of ImmutableColor4d


Examples of de.ailis.gramath.ImmutableColor4d

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

    public Color4d asColor4d()
    {
        return new ImmutableColor4d(this.red, this.green, this.blue, 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.