Package | Description |
---|---|
org.dromara.hutool.swing.img |
图像处理相关工具类封装
|
Modifier and Type | Method and Description |
---|---|
static RenderingHintsBuilder.Dither |
RenderingHintsBuilder.Dither.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingHintsBuilder.Dither[] |
RenderingHintsBuilder.Dither.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RenderingHintsBuilder |
RenderingHintsBuilder.setDithering(RenderingHintsBuilder.Dither dither)
设置控制如何处理抖动
抖动是用一组有限的颜色合成出一个更大范围的颜色的过程,方法是给相邻像素着色以产生不在该组颜色中的新的颜色幻觉。 |
Copyright © 2025. All rights reserved.