Class ExposureFilter

All Implemented Interfaces:
BufferedImageOp, Cloneable

public class ExposureFilter extends TransferFilter
  • Constructor Details

    • ExposureFilter

      public ExposureFilter()
  • Method Details

    • transferFunction

      protected float transferFunction(float f)
      Overrides:
      transferFunction in class TransferFilter
    • setExposure

      public void setExposure(float exposure)
    • getExposure

      public float getExposure()
    • toString

      public String toString()
      Overrides:
      toString in class Object