< prev index next >

modules/javafx.graphics/src/main/java/javafx/scene/paint/Color.java

Print this page

        

*** 713,723 **** * Increasing brightness of black color is allowed by using an arbitrary, * very small source brightness instead of zero. * @param hueShift the hue shift * @param saturationFactor the saturation factor * @param brightnessFactor the brightness factor ! * @param opacityFactor the brightness factor * @return a {@code Color} based based on this {@code Color} with hue, * saturation, brightness and opacity values altered. */ public Color deriveColor(double hueShift, double saturationFactor, double brightnessFactor, double opacityFactor) { --- 713,723 ---- * Increasing brightness of black color is allowed by using an arbitrary, * very small source brightness instead of zero. * @param hueShift the hue shift * @param saturationFactor the saturation factor * @param brightnessFactor the brightness factor ! * @param opacityFactor the opacity factor * @return a {@code Color} based based on this {@code Color} with hue, * saturation, brightness and opacity values altered. */ public Color deriveColor(double hueShift, double saturationFactor, double brightnessFactor, double opacityFactor) {
< prev index next >