Package 

Enum ColorChannel

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

    
    public enum ColorChannel
    
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BLUE

      Blue channel.

      BRIGHTNESS

      Brightness channel (HSB).

      SATURATION

      Saturation channel (HSB).

      HUE

      Hue channel (HSB).

      GREEN

      Green channel.

      RED

      Red channel.

      ALPHA

      Alpha channel.

    • Method Summary

      Modifier and Type Method Description
      Color alter(Color c, float q) Given a color, modifies the channel setting the passed value.
      static Array<ColorChannel> values()
      static ColorChannel valueOf(String name)
      • Methods inherited from class java.lang.Object

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