Class DmxColorModulator

All Implemented Interfaces:
LXComponent.Renamable, LXLoopTask, LXPath, LXSerializable, LXOscComponent, LXParameter, LXParameterListener

@Global("DMX Color") @Device("DMX Color") @LXCategory("DMX") public class DmxColorModulator extends AbstractDmxModulator implements LXOscComponent
Extracts a color from three DMX channels starting at a given address.
  • Field Details

  • Constructor Details

    • DmxColorModulator

      public DmxColorModulator()
    • DmxColorModulator

      public DmxColorModulator(String label)
  • Method Details

    • computeValue

      protected double computeValue(double deltaMs)
      Description copied from class: LXModulator
      Implementation method to advance the modulator's internal state. Subclasses must provide and update value appropriately.
      Specified by:
      computeValue in class LXModulator
      Parameters:
      deltaMs - Number of milliseconds to advance by
      Returns:
      Computed value
    • getColor

      public int getColor()