Class LXBlend.FunctionalBlend

All Implemented Interfaces:
LXLoopTask, LXPath, LXSerializable, LXParameterListener
Direct Known Subclasses:
AddBlend, BurnBlend, DarkestBlend, DifferenceBlend, DodgeBlend, HighlightBlend, LightestBlend, MultiplyBlend, NormalBlend, ScreenBlend, SpotlightBlend, SubtractBlend
Enclosing class:
LXBlend

public static class LXBlend.FunctionalBlend extends LXBlend
  • Constructor Details

  • Method Details

    • blend

      public void blend(int[] dst, int[] src, double alpha, int[] output, LXModel model)
      Description copied from class: LXBlend
      Blends the src buffer onto the destination buffer at the specified alpha amount.
      Specified by:
      blend in class LXBlend
      Parameters:
      dst - Destination buffer (lower layer)
      src - Source buffer (top layer)
      alpha - Alpha blend, from 0-1
      output - Output buffer, which may be the same as src or dst
      model - A model which indicates the set of points to blend