Interface IColorConstant

  • All Known Implementing Classes:
    ColorConstant

    public interface IColorConstant
    The Interface IColorConstant.
    • Method Detail

      • getRed

        int getRed()
        Returns the amount of red in the color, from 0 to 255.
        Returns:
        the red component of the color
      • getGreen

        int getGreen()
        Returns the amount of green in the color, from 0 to 255.
        Returns:
        the green component of the color
      • getBlue

        int getBlue()
        Returns the amount of blue in the color, from 0 to 255.
        Returns:
        the blue component of the color