Uses of Enum Class
org.miaixz.bus.extra.image.RenderingHintsBuilder.Dither
Packages that use RenderingHintsBuilder.Dither
-
Uses of RenderingHintsBuilder.Dither in org.miaixz.bus.extra.image
Methods in org.miaixz.bus.extra.image that return RenderingHintsBuilder.DitherModifier and TypeMethodDescriptionstatic RenderingHintsBuilder.DitherReturns the enum constant of this class with the specified name.static RenderingHintsBuilder.Dither[]RenderingHintsBuilder.Dither.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.extra.image with parameters of type RenderingHintsBuilder.DitherModifier and TypeMethodDescriptionRenderingHintsBuilder.setDithering(RenderingHintsBuilder.Dither dither) 设置控制如何处理抖动 抖动是用一组有限的颜色合成出一个更大范围的颜色的过程,方法是给相邻像素着色以产生不在该组颜色中的新的颜色幻觉。