Class ColorDodgeComposite

  • All Implemented Interfaces:
    Composite

    public class ColorDodgeComposite
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ColorDodgeComposite​(double alpha)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(AwtImage src, AwtImage overlay)
      Apply the overlay image onto the given source image using this composite.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColorDodgeComposite

        public ColorDodgeComposite​(double alpha)
    • Method Detail

      • apply

        public void apply​(AwtImage src,
                          AwtImage overlay)
        Description copied from interface: Composite
        Apply the overlay image onto the given source image using this composite.
        Specified by:
        apply in interface Composite