Class Color3f


  • public class Color3f
    extends java.lang.Object
    Similar to javax.vecmath.Color3f holder
    • Constructor Summary

      Constructors 
      Constructor Description
      Color3f()  
      Color3f​(float r, float g, float b)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(float r, float g, float b)  
      void set​(Color3f argColor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WHITE

        public static final Color3f WHITE
      • BLACK

        public static final Color3f BLACK
      • BLUE

        public static final Color3f BLUE
      • GREEN

        public static final Color3f GREEN
      • RED

        public static final Color3f RED
      • x

        public float x
      • y

        public float y
      • z

        public float z
    • Constructor Detail

      • Color3f

        public Color3f()
      • Color3f

        public Color3f​(float r,
                       float g,
                       float b)
    • Method Detail

      • set

        public void set​(float r,
                        float g,
                        float b)
      • set

        public void set​(Color3f argColor)