java.lang.Object
net.finmath.plots.util.ColorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Color
colorWithAlpha(Color color, double alpha)
Changes the alpha by a multiplicative factor
-
Constructor Details
-
ColorUtils
public ColorUtils()
-
-
Method Details
-
colorWithAlpha
Changes the alpha by a multiplicative factor- Parameters:
color
- Given color.alpha
- Alpha factor.- Returns:
- New color with modified alpha.
-