Package 

Enum View.Dithering

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

    
    public enum View.Dithering
    
                        

    List of available post-processing dithering techniques.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      No dithering

      TEMPORAL

      Temporal dithering (default)

    • Method Summary

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

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