Interface RGBIndex

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int INDEX_BLUE
      The index value for the blue channel.
      static int INDEX_GREEN
      The index value for the green channel.
      static int INDEX_RED
      The index value for the red channel.
    • Field Detail

      • INDEX_RED

        static final int INDEX_RED
        The index value for the red channel.
        See Also:
        Constant Field Values
      • INDEX_GREEN

        static final int INDEX_GREEN
        The index value for the green channel.
        See Also:
        Constant Field Values
      • INDEX_BLUE

        static final int INDEX_BLUE
        The index value for the blue channel.
        See Also:
        Constant Field Values