public class PureColorInfo
extends java.lang.Object
implements java.io.Serializable
纯色图片描述信息
| 构造器和说明 |
|---|
PureColorInfo() |
PureColorInfo(int rgb, int width, int height, java.lang.String format, boolean hasAlpha) |
PureColorInfo(PureColorInfo pureColorInfo) |
public int rgb
public int width
public int height
public java.lang.String format
public boolean hasAlpha
public PureColorInfo()
public PureColorInfo(PureColorInfo pureColorInfo)
public PureColorInfo(int rgb,
int width,
int height,
java.lang.String format,
boolean hasAlpha)
public void doSet(int rgb,
int width,
int height,
java.lang.String format,
boolean hasAlpha)
public int getRed()
public int getGreen()
public int getBlue()
public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Object