类 ExposureFilter

  • 所有已实现的接口:
    java.awt.image.BufferedImageOp, java.lang.Cloneable

    public class ExposureFilter
    extends TransferFilter
    A filter which changes the exposure of an image.
    • 构造器详细资料

      • ExposureFilter

        public ExposureFilter()
    • 方法详细资料

      • setExposure

        public void setExposure​(float exposure)
        Set the exposure level.
        参数:
        exposure - the exposure level min-value 0 max-value 5+
        另请参阅:
        getExposure()
      • getExposure

        public float getExposure()
        Get the exposure level.
        返回:
        the exposure level
        另请参阅:
        setExposure(float)
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object