|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.color.ColorSpace org.geotools.cv.ScaledColorSpace
ScaledColorSpace
in the org.geotools.coverage
package.
Espace de couleurs pour les images dont les valeurs de pixels se situent entre deux nombre r?els. NOTE: Actual implementation is a copy of org.geotools.image.io.ScaledColorSpace. Future implementation will be differents (interpolate in a color table instead of computing grayscales).
Field Summary |
Fields inherited from class java.awt.color.ColorSpace |
CS_CIEXYZ, CS_GRAY, CS_LINEAR_RGB, CS_PYCC, CS_sRGB, TYPE_2CLR, TYPE_3CLR, TYPE_4CLR, TYPE_5CLR, TYPE_6CLR, TYPE_7CLR, TYPE_8CLR, TYPE_9CLR, TYPE_ACLR, TYPE_BCLR, TYPE_CCLR, TYPE_CMY, TYPE_CMYK, TYPE_DCLR, TYPE_ECLR, TYPE_FCLR, TYPE_GRAY, TYPE_HLS, TYPE_HSV, TYPE_Lab, TYPE_Luv, TYPE_RGB, TYPE_XYZ, TYPE_YCbCr, TYPE_Yxy |
Constructor Summary | |
ScaledColorSpace(int band,
int numComponents,
double minimum,
double maximum)
Deprecated. Construit un mod?le de couleurs. |
Method Summary | |
float[] |
fromCIEXYZ(float[] RGB)
Deprecated. Convertit les couleurs de l'espace CIEXYZ en valeurs. |
float[] |
fromRGB(float[] RGB)
Deprecated. Retourne une valeur r?elle pour le ton de gris sp?cifi?. |
float |
getMaxValue(int component)
Deprecated. Retourne la valeur maximale autoris?e. |
float |
getMinValue(int component)
Deprecated. Retourne la valeur minimale autoris?e. |
float[] |
toCIEXYZ(float[] values)
Deprecated. Convertit les valeurs en couleurs dans l'espace CIEXYZ. |
float[] |
toRGB(float[] values)
Deprecated. Retourne une couleur RGB en tons de gris pour le nombre r?el sp?cifi?. |
java.lang.String |
toString()
Deprecated. Returns a string representation of this color model. |
Methods inherited from class java.awt.color.ColorSpace |
getInstance, getName, getNumComponents, getType, isCS_sRGB |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ScaledColorSpace(int band, int numComponents, double minimum, double maximum)
band
- La bande ? rendre visible (habituellement 0).numComponents
- Nombre de composante (seule la premi?re sera prise en compte).minimum
- La valeur g?ophysique minimale.maximum
- La valeur g?ophysique maximale.Method Detail |
public float[] toRGB(float[] values)
public float[] fromRGB(float[] RGB)
public float[] toCIEXYZ(float[] values)
public float[] fromCIEXYZ(float[] RGB)
public float getMinValue(int component)
public float getMaxValue(int component)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |