ICY Version 1.0.1.0
Public Member Functions

icy.image.colormodel.FloatColorModel Class Reference

Inheritance diagram for icy.image.colormodel.FloatColorModel:
icy.image.colormodel.IcyColorModel icy.math.ScalerListener icy.image.colorspace.IcyColorSpaceListener icy.common.IcyChangedListener

List of all members.

Public Member Functions

 FloatColorModel (int numComponents, int[] bits)
int getRGB (Object pixel)
int getRGB (Object pixel, LUT lut)
int[] getComponents (Object pixel, int[] components, int offset)
Object getDataElements (int[] components, int offset, Object obj)
Object getDataElements (float[] normComponents, int offset, Object obj)
float[] getNormalizedComponents (Object pixel, float[] normComponents, int normOffset)

Detailed Description

Author:
stephane

Constructor & Destructor Documentation

icy.image.colormodel.FloatColorModel.FloatColorModel ( int  numComponents,
int[]  bits 
)

Define a new IntColorModel

Parameters:
numComponentsnumber of color component
bits

Member Function Documentation

int [] icy.image.colormodel.FloatColorModel.getComponents ( Object  pixel,
int[]  components,
int  offset 
) [virtual]
See also:
java.awt.image.ColorModel.getComponents(Object, int[], int)

Implements icy.image.colormodel.IcyColorModel.

Object icy.image.colormodel.FloatColorModel.getDataElements ( int[]  components,
int  offset,
Object  obj 
) [virtual]
See also:
java.awt.image.ColorModel.getDataElements(int[], int, Object)

Implements icy.image.colormodel.IcyColorModel.

Object icy.image.colormodel.FloatColorModel.getDataElements ( float[]  normComponents,
int  normOffset,
Object  obj 
) [virtual]
See also:
java.awt.image.ColorModel.getDataElements(float[], int, Object)

Implements icy.image.colormodel.IcyColorModel.

float [] icy.image.colormodel.FloatColorModel.getNormalizedComponents ( Object  pixel,
float[]  normComponents,
int  normOffset 
) [virtual]
See also:
java.awt.image.ColorModel.getNormalizedComponents(Object, float[], int)

Implements icy.image.colormodel.IcyColorModel.

int icy.image.colormodel.FloatColorModel.getRGB ( Object  pixel,
LUT  lut 
) [virtual]

Same as getRGB but by using the specified LUT instead of internal one

See also:
java.awt.image.ColorModel.getRGB(java.lang.Object)

Implements icy.image.colormodel.IcyColorModel.


The documentation for this class was generated from the following file:
 All Classes Functions Variables