Class DefaultColorAdjustModel

java.lang.Object
org.monte.media.beans.AbstractBean
org.monte.media.av.codec.video.DefaultColorAdjustModel
All Implemented Interfaces:
Serializable, ColorAdjustModel

public class DefaultColorAdjustModel extends AbstractBean implements ColorAdjustModel
DefaultImageAdjustmentModel.
Author:
Werner Randelshofer
See Also:
  • Field Details

    • whitePoint

      protected float whitePoint
      Level adjustment: white point in the range [0,1].
    • blackPoint

      protected float blackPoint
      Level adjustment: black point in the range [0,1].
    • midPoint

      protected float midPoint
      Level adjustment: mid point in the range [0,1].
    • brightness

      protected float brightness
      Brightness adjustment in the range [-1,1].
    • exposure

      protected float exposure
      Exposure adjustment in the range [-1,1].
    • contrast

      protected float contrast
      Contrast adjustment in the range [-1,1].
    • saturation

      protected float saturation
      Saturation adjustment in the range [0,1].
    • definition

      protected float definition
      Definition adjustment in the range [0,1].
    • highlights

      protected float highlights
      Higlights adjustment in the range [0,1].
    • shadows

      protected float shadows
      Shadows adjustment in the range [0,1].
    • sharpness

      protected float sharpness
      Sharpness adjustment in the range [0,1].
    • denoise

      protected float denoise
      De-noise adjustment in the range [0,1].
    • temperature

      protected float temperature
      Temperature adjustment in the range [-1,1].
    • tint

      protected float tint
      Tint adjustment in the range [-1,1].
  • Constructor Details

    • DefaultColorAdjustModel

      public DefaultColorAdjustModel()
  • Method Details