Package 

Enum View.ToneMapping

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    @Deprecated() 
    public enum View.ToneMapping
    
                        

    List of available tone-mapping operators

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      LINEAR

      Equivalent to disabling tone-mapping.

      ACES

      The Academy Color Encoding System (ACES).

    • Method Summary

      Modifier and Type Method Description
      static Array<View.ToneMapping> values()
      static View.ToneMapping valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait