Interface DrawColor

All Superinterfaces:
Serializable<DrawColor>

public interface DrawColor extends Serializable<DrawColor>
DrawColor This is used for specifying colors for rendering
  • Method Details

    • create

      static DrawColor create()
    • create

      static DrawColor create(int rgba)
    • create

      static DrawColor create(int r, int g, int b, int a)
    • setRGBA

      void setRGBA(int r, int g, int b, int a)
    • getRGBA

      int getRGBA()
    • getR

      int getR()
    • getG

      int getG()
    • getB

      int getB()
    • getA

      int getA()
    • setR

      void setR(int r)
    • setG

      void setG(int g)
    • setB

      void setB(int b)
    • setA

      void setA(int a)
    • getSpeed

      double getSpeed()
    • setSpeed

      void setSpeed(double speed)
    • getHueOffset

      double getHueOffset()
    • setHueOffset

      void setHueOffset(double hueOffset)
    • getGradientX

      double getGradientX()
    • setGradientX

      void setGradientX(double gradientX)
    • getGradientY

      double getGradientY()
    • setGradientY

      void setGradientY(double gradientY)
    • getMinHue

      double getMinHue()
    • setMinHue

      void setMinHue(double minHue)
    • getMaxHue

      double getMaxHue()
    • setMaxHue

      void setMaxHue(double maxHue)
    • clone

      DrawColor clone()
      Clone this color
      Returns:
      a clone of this color