Package 

Enum Colors.RgbType

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

    
    public enum Colors.RgbType
    
                        

    Types of RGB colors.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SRGB

      The color is defined in sRGB space.

      LINEAR

      The color is defined in linear space.

    • Method Summary

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

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