Class ColorShiftFilter

  • All Implemented Interfaces:
    BufferedImageOp

    public class ColorShiftFilter
    extends AbstractFilter
    Image filter that shifts the colors of the original image.
    • Constructor Detail

      • ColorShiftFilter

        public ColorShiftFilter​(Color shiftColor,
                                double shiftAmount)
        Creates a new color shift filter.
        Parameters:
        shiftColor - Shift color.
        shiftAmount - Shift amount in 0.0-1.0 range.