Class vImageWhitePoint


  • public final class vImageWhitePoint
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setWhite_x​(float value)  
      void setWhite_y​(float value)  
      float white_x()  
      float white_y()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • vImageWhitePoint

        public vImageWhitePoint()
      • vImageWhitePoint

        protected vImageWhitePoint​(org.moe.natj.general.Pointer peer)
      • vImageWhitePoint

        public vImageWhitePoint​(float white_x,
                                float white_y)
    • Method Detail

      • white_x

        public float white_x()
      • setWhite_x

        public void setWhite_x​(float value)
      • white_y

        public float white_y()
      • setWhite_y

        public void setWhite_y​(float value)