< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKColorType.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 136,148 **** * Creates and returns a new color derived from the passed in color. * The transformation is done in the HLS color space using the specified * arguments to scale. * * @param color Color to alter ! * @param hFactory Amount to scale the hue * @param lFactor Amount to scale the lightness ! * @param sFactory Amount to sacle saturation * @return newly created color */ static Color adjustColor(Color color, float hFactor, float lFactor, float sFactor) { float h; --- 136,148 ---- * Creates and returns a new color derived from the passed in color. * The transformation is done in the HLS color space using the specified * arguments to scale. * * @param color Color to alter ! * @param hFactor Amount to scale the hue * @param lFactor Amount to scale the lightness ! * @param sFactor Amount to sacle saturation * @return newly created color */ static Color adjustColor(Color color, float hFactor, float lFactor, float sFactor) { float h;
< prev index next >