Class ColorMultiplier

java.lang.Object
net.infonode.gui.colorprovider.AbstractColorProvider
net.infonode.gui.colorprovider.ColorMultiplier
All Implemented Interfaces:
Serializable, ColorProvider

public class ColorMultiplier extends AbstractColorProvider
Multiplies the RGB components of a color with the given factor.
See Also:
  • Constructor Details

    • ColorMultiplier

      public ColorMultiplier(ColorProvider colorProvider, double factor)
      Constructor.
      Parameters:
      colorProvider - provides the color which RGB components will be multiplied
      factor - the multiply factor
  • Method Details