Package | Description |
---|---|
com.sun.j3d.utils.geometry | |
javax.media.j3d | |
javax.vecmath |
Modifier and Type | Method and Description |
---|---|
void |
GeometryInfo.setColors(Color4b[] colors)
Sets the colors array.
|
Modifier and Type | Method and Description |
---|---|
void |
GeometryArray.getColor(int index,
Color4b color)
Gets the color associated with the vertex at
the specified index for this object.
|
void |
GeometryArray.getColors(int index,
Color4b[] colors)
Gets the colors associated with the vertices starting at
the specified index for this object.
|
void |
GeometryArray.setColor(int index,
Color4b color)
Sets the color associated with the vertex at
the specified index for this object.
|
void |
GeometryArray.setColors(int index,
Color4b[] colors)
Sets the colors associated with the vertices starting at
the specified index for this object.
|
void |
GeometryArray.setColors(int index,
Color4b[] colors,
int start,
int length)
Sets the colors associated with the vertices starting at
the specified index for this object using data in
colors
starting at index start for length colors. |
Constructor and Description |
---|
Color4b(Color4b c1)
Constructs and initializes a Color4b from the specified Color4b.
|