Package 

Enum Colors.Conversion

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

    
    public enum Colors.Conversion
    
                        

    Type of color conversion to use when converting to/from sRGB and linear spaces.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ACCURATE

      Accurate conversion using the sRGB standard.

      FAST

      Fast conversion using a simple gamma 2.2 curve.

    • Method Summary

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

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