|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.awt.image.ColorModel
|
+--mit.ai.vision.framegrabber.FrameGrabberColorModel
| Fields inherited from class java.awt.image.ColorModel |
pixel_bits,
transferType |
| Constructor Summary | |
FrameGrabberColorModel(int bits)
|
|
| Method Summary | |
int |
getAlpha(int pixel)
|
int |
getBlue(int pixel)
|
int |
getGreen(int pixel)
|
int |
getRed(int pixel)
|
| Methods inherited from class java.awt.image.ColorModel |
coerceData,
createCompatibleSampleModel,
createCompatibleWritableRaster,
equals,
finalize,
getAlpha,
getAlphaRaster,
getBlue,
getColorSpace,
getComponents,
getComponents,
getComponentSize,
getComponentSize,
getDataElement,
getDataElements,
getDataElements,
getGreen,
getNormalizedComponents,
getNumColorComponents,
getNumComponents,
getPixelSize,
getRed,
getRGB,
getRGB,
getRGBdefault,
getTransparency,
getUnnormalizedComponents,
hasAlpha,
isAlphaPremultiplied,
isCompatibleRaster,
isCompatibleSampleModel,
toString |
| Methods inherited from class java.lang.Object |
clone,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public FrameGrabberColorModel(int bits)
| Method Detail |
public int getRed(int pixel)
public int getGreen(int pixel)
public int getBlue(int pixel)
public int getAlpha(int pixel)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||