public class HAMColorModel
extends java.awt.image.DirectColorModel
| Modifier and Type | Field and Description |
|---|---|
static int |
HAM6 |
static int |
HAM8 |
protected int |
HAMType |
protected int |
map_size |
protected boolean |
opaque |
protected int[] |
rgb |
| Constructor and Description |
|---|
HAMColorModel(int aHAMType,
int size,
byte[] r,
byte[] g,
byte[] b,
boolean isOCS) |
HAMColorModel(int aHAMType,
int size,
int[] rgb,
boolean isOCS) |
| Modifier and Type | Method and Description |
|---|---|
void |
getBlues(byte[] b) |
int |
getDepth() |
void |
getGreens(byte[] g) |
int |
getHAMType() |
int |
getMapSize() |
void |
getReds(byte[] r) |
void |
getRGBs(int[] rgbs) |
protected void |
setRGBs(int size,
byte[] r,
byte[] g,
byte[] b,
byte[] a) |
coerceData, createCompatibleWritableRaster, getAlpha, getAlpha, getAlphaMask, getBlue, getBlue, getBlueMask, getComponents, getComponents, getDataElement, getDataElements, getDataElements, getGreen, getGreen, getGreenMask, getRed, getRed, getRedMask, getRGB, getRGB, isCompatibleRaster, toStringcreateCompatibleSampleModel, equals, getAlphaRaster, getMask, getMasks, isCompatibleSampleModelfinalize, getColorSpace, getComponentSize, getComponentSize, getDataElement, getDataElements, getNormalizedComponents, getNormalizedComponents, getNumColorComponents, getNumComponents, getPixelSize, getRGBdefault, getTransferType, getTransparency, getUnnormalizedComponents, hasAlpha, hashCode, isAlphaPremultipliedpublic static final int HAM6
public static final int HAM8
protected int HAMType
protected int map_size
protected boolean opaque
protected int[] rgb
public HAMColorModel(int aHAMType,
int size,
byte[] r,
byte[] g,
byte[] b,
boolean isOCS)
public HAMColorModel(int aHAMType,
int size,
int[] rgb,
boolean isOCS)
public int getHAMType()
public int getDepth()
protected void setRGBs(int size,
byte[] r,
byte[] g,
byte[] b,
byte[] a)
public final void getReds(byte[] r)
public final void getGreens(byte[] g)
public final void getBlues(byte[] b)
public final void getRGBs(int[] rgbs)
public final int getMapSize()
Copyright © 2022. All Rights Reserved.