Uses of Class
java.awt.image.IndexColorModel
-
Packages that use IndexColorModel 软件包 描述 java.awt.image 提供创建和修改图像的类。 -
-
Uses of IndexColorModel in java.awt.image
Methods in java.awt.image that return IndexColorModel Modifier and Type 方法 描述 IndexColorModel
RGBImageFilter. filterIndexColorModel(IndexColorModel icm)
通过RGBImageFilter子类必须提供的filterRGB函数运行其颜色表中的每个条目来过滤IndexColorModel对象。Methods in java.awt.image with parameters of type IndexColorModel Modifier and Type 方法 描述 IndexColorModel
RGBImageFilter. filterIndexColorModel(IndexColorModel icm)
通过RGBImageFilter子类必须提供的filterRGB函数运行其颜色表中的每个条目来过滤IndexColorModel对象。Constructors in java.awt.image with parameters of type IndexColorModel Constructor 描述 BufferedImage(int width, int height, int imageType, IndexColorModel cm)
构造一个预定义的图像类型的一个BufferedImage
:TYPE_BYTE_BINARY或TYPE_BYTE_INDEXED。
-