Class PhotometricInterpreterLogLuv.TristimulusValues

  • Enclosing class:
    PhotometricInterpreterLogLuv

    static class PhotometricInterpreterLogLuv.TristimulusValues
    extends java.lang.Object
    Tristimulus color values (red-green-blue, as X-Y-Z, in the CIE XYZ color space).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float x  
      float y  
      float z  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public float x
      • y

        public float y
      • z

        public float z
    • Constructor Detail

      • TristimulusValues

        TristimulusValues()