类 ShineFilter

    • 构造器详细资料

      • ShineFilter

        public ShineFilter()
    • 方法详细资料

      • setAngle

        public void setAngle​(float angle)
      • getAngle

        public float getAngle()
      • setDistance

        public void setDistance​(float distance)
      • getDistance

        public float getDistance()
      • setRadius

        public void setRadius​(float radius)
        Set the radius of the kernel, and hence the amount of blur. The bigger the radius, the longer this filter will take.
        参数:
        radius - the radius of the blur in pixels.
      • getRadius

        public float getRadius()
        Get the radius of the kernel.
        返回:
        the radius
      • setBevel

        public void setBevel​(float bevel)
      • getBevel

        public float getBevel()
      • setShineColor

        public void setShineColor​(int shineColor)
      • getShineColor

        public int getShineColor()
      • setShadowOnly

        public void setShadowOnly​(boolean shadowOnly)
      • getShadowOnly

        public boolean getShadowOnly()
      • setBrightness

        public void setBrightness​(float brightness)
      • getBrightness

        public float getBrightness()
      • setSoftness

        public void setSoftness​(float softness)
      • getSoftness

        public float getSoftness()