Class ColorUtils

java.lang.Object
net.finmath.plots.util.ColorUtils

public class ColorUtils extends Object
  • Constructor Details

    • ColorUtils

      public ColorUtils()
  • Method Details

    • colorWithAlpha

      public static Color colorWithAlpha(Color color, double alpha)
      Changes the alpha by a multiplicative factor
      Parameters:
      color - Given color.
      alpha - Alpha factor.
      Returns:
      New color with modified alpha.