Interface FilterColorInterpolation

    • Field Summary

      • Fields inherited from interface java.awt.image.renderable.RenderableImage

        HINTS_OBSERVED
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.awt.color.ColorSpace getOperationColorSpace()
      Returns the ColorSpace that the object will perform it's work in.
      boolean isColorSpaceLinear()
      Returns true if this operation is to be performed in the linear sRGB colorspace, returns false if the operation is performed in gamma corrected sRGB.
      void setColorSpaceLinear​(boolean csLinear)
      Sets the colorspace the operation will be performed in.
      • Methods inherited from interface java.awt.image.renderable.RenderableImage

        createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
    • Method Detail

      • isColorSpaceLinear

        boolean isColorSpaceLinear()
        Returns true if this operation is to be performed in the linear sRGB colorspace, returns false if the operation is performed in gamma corrected sRGB.
      • setColorSpaceLinear

        void setColorSpaceLinear​(boolean csLinear)
        Sets the colorspace the operation will be performed in.
        Parameters:
        csLinear - if true this operation will be performed in the linear sRGB colorspace, if false the operation will be performed in gamma corrected sRGB.
      • getOperationColorSpace

        java.awt.color.ColorSpace getOperationColorSpace()
        Returns the ColorSpace that the object will perform it's work in.