java.lang.Object
dev.lukebemish.dynamicassetgenerator.api.colors.operations.ChannelOperation
All Implemented Interfaces:
PointwiseOperation<Integer>, PointwiseOperation.Unary<Integer>

public class ChannelOperation extends Object implements PointwiseOperation.Unary<Integer>
A pointwise operation that extracts a single channel from a color.
  • Constructor Details

    • ChannelOperation

      public ChannelOperation(int channel)
  • Method Details