All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class MultiplyTwoChannels extends TwoVoxelMappingBase
Creates a new channel by multiplying corresponding voxels from two input channels.

This class extends TwoVoxelMappingBase to perform a pixel-wise multiplication between two input channels.

  • Constructor Details

    • MultiplyTwoChannels

      public MultiplyTwoChannels()
      Constructs a new MultiplyTwoChannels instance.

      Initializes the superclass with a function that multiplies two integers.