|
|
@ -49,6 +49,7 @@ public final class IconColorUtils { |
|
|
|
* 转色 |
|
|
|
* 转色 |
|
|
|
* |
|
|
|
* |
|
|
|
* @param image 需要转色的image |
|
|
|
* @param image 需要转色的image |
|
|
|
|
|
|
|
* @param color 需要转的颜色,可能要和视觉沟通 |
|
|
|
* @return 转色后的image |
|
|
|
* @return 转色后的image |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private static Image createConvertedImage(BufferedImage image, Color color) { |
|
|
|
private static Image createConvertedImage(BufferedImage image, Color color) { |
|
|
|