Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.color

Class ICC_ProfileRGB

java.lang.Object
|
+--java.awt.color.ICC_Profile
   |
   +--java.awt.color.ICC_ProfileRGB


public class ICC_ProfileRGB

extends ICC_Profile

STUBBED

Since:

Field Summary

static intBLUECOMPONENT

static intGREENCOMPONENT

static intREDCOMPONENT

Method Summary

floatgetGamma(int component)

float[][]getMatrix()

float[]getMediaWhitePoint()

short[]getTRC(int component)

Field Details

BLUECOMPONENT

public static final int BLUECOMPONENT


GREENCOMPONENT

public static final int GREENCOMPONENT


REDCOMPONENT

public static final int REDCOMPONENT


Method Details

getGamma

public float getGamma(int component)

Parameters:


getMatrix

public float[][] getMatrix()


getMediaWhitePoint

public float[] getMediaWhitePoint()


getTRC

public short[] getTRC(int component)

Parameters: