📄 renderingintent.java
字号:
package magick;/** * Corresponds to the ImageMagick enumerated type of the same name. * * @author Eric Yeo */public interface RenderingIntent { public final int UndefinedIntent = 0; public final int SaturationIntent = 1; public final int PerceptualIntent = 2; public final int AbsoluteIntent = 3; public final int RelativeIntent = 4;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -