类 FadeFilter

    • 构造器详细资料

      • FadeFilter

        public FadeFilter()
    • 方法详细资料

      • setAngle

        public void setAngle​(float angle)
        Specifies the angle of the texture.
        参数:
        angle - the angle of the texture.
        另请参阅:
        getAngle()
      • getAngle

        public float getAngle()
        Returns the angle of the texture.
        返回:
        the angle of the texture.
        另请参阅:
        setAngle(float)
      • setSides

        public void setSides​(int sides)
      • getSides

        public int getSides()
      • setFadeStart

        public void setFadeStart​(float fadeStart)
      • getFadeStart

        public float getFadeStart()
      • setFadeWidth

        public void setFadeWidth​(float fadeWidth)
      • getFadeWidth

        public float getFadeWidth()
      • setInvert

        public void setInvert​(boolean invert)
      • getInvert

        public boolean getInvert()
      • filterRGB

        public int filterRGB​(int x,
                             int y,
                             int rgb)
        指定者:
        filterRGB 在类中 PointFilter
      • symmetry

        public float symmetry​(float x,
                              float b)