| Package | Description |
|---|---|
| com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
| com.openinventor.inventor.elements |
The element classes are used internally for storing information in Open Inventor's traversal state list.
|
| com.openinventor.inventor.fields | |
| com.openinventor.inventor.viewercomponents |
Viewer components contains helpful tools to implement a custom viewer.
|
| Modifier and Type | Method and Description |
|---|---|
SbColorRGBA |
SoOffscreenRenderer.getBackgroundColorRGBA()
Returns the RGBA background color for rendering.
|
SbColorRGBA |
SoSceneManager.getBackgroundColorRGBA() |
SbColorRGBA |
SbColorRGBA.setHSVAValue(float[] hsva)
Sets value of color vector from an HSV (Hue, Saturation, and Value) plus Alpha color value.
|
SbColorRGBA |
SbColorRGBA.setHSVAValue(float h,
float s,
float v,
float a)
Sets value of color vector from an HSV (Hue, Saturation, and Value) plus Alpha color value.
|
SbColorRGBA |
SbColorRGBA.setPackedValue(int orderedRGBA)
Sets value of color vector from an RGBA packed color value.
|
SbColorRGBA |
SbColorRGBA.setValue(float[] components) |
SbColorRGBA |
SbColorRGBA.setValue(float[] components,
int startIndex) |
static SbColorRGBA[] |
SbColorRGBA.toArray(long nativeArray,
long length) |
| Modifier and Type | Method and Description |
|---|---|
void |
SoOffscreenRenderer.setBackgroundColorRGBA(SbColorRGBA c)
Sets the RGBA background color for rendering.
|
void |
SoSceneManager.setBackgroundColorRGBA(SbColorRGBA color)
Defines the window background color when in RGBA mode.
|
void |
SbColorRGBA.setValue(SbColorRGBA copyFrom) |
| Constructor and Description |
|---|
SbColorRGBA(SbColorRGBA copyFrom) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SoTextStyleColorsElement.set(SoState state,
SoNode node,
SbColorRGBA[] colors)
Sets the current range in the state.
|
| Modifier and Type | Method and Description |
|---|---|
SbColorRGBA |
SoMFColorRGBA.get1Value(int i)
Deprecated.
|
SbColorRGBA |
SoSFColorRGBA.getValue()
Returns this field's value.
|
SbColorRGBA |
SoMFColorRGBA.getValueAt(int i) |
SbColorRGBA[] |
SoMFColorRGBA.getValues(int start)
Returns a pointer into the array of values in the field, starting at index start.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SoMFColorRGBA.find(SbColorRGBA targetValue)
Calls find(targetValue, false).
|
int |
SoMFColorRGBA.find(SbColorRGBA targetValue,
boolean addIfNotFound)
Finds the given
targetValue in the array and returns the index of that value.
|
void |
SoMFColorRGBA.set1Value(int index,
SbColorRGBA newValue)
Sets the
index'th value in the array to
newValue.
|
void |
SoMFColorRGBA.setValue(SbColorRGBA newValue)
Sets the first value in the array to
newValue, and deletes.
|
void |
SoSFColorRGBA.setValue(SbColorRGBA newValue)
Sets this field to
newValue.
|
void |
SoMFColorRGBA.setValues(int start,
SbColorRGBA[] newValues)
Sets
num values starting at index
start to the values.
|
| Constructor and Description |
|---|
SoSFColorRGBA(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbColorRGBA defaultValue)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SbColorRGBA |
SiRenderArea.getClearColor() |
SbColorRGBA |
SoRenderAreaCore.getClearColor()
Preview Feature means this class is fully supported and can be used in Open Inventor applications. |
| Modifier and Type | Method and Description |
|---|---|
void |
SiRenderArea.setClearColor(SbColorRGBA color)
Defines the RGBA value used when the color buffer is cleared.
|
void |
SoRenderAreaCore.setClearColor(SbColorRGBA color)
Defines the RGBA value used when the color buffer is cleared.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com