Uses of Class
com.openinventor.inventor.SbColorRGBA
-
Packages that use SbColorRGBA 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. -
-
Uses of SbColorRGBA in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbColorRGBA Modifier and Type Method Description SbColorRGBA
SoSceneManager. getBackgroundColorRGBA()
SbColorRGBA
SoOffscreenRenderArea. getClearColor()
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)
Methods in com.openinventor.inventor with parameters of type SbColorRGBA Modifier and Type Method Description void
SoSceneManager. setBackgroundColorRGBA(SbColorRGBA color)
Defines the window background color when in RGBA mode.void
SoOffscreenRenderArea. setClearColor(SbColorRGBA color)
Defines the RGBA value used when the color buffer is cleared.void
SbColorRGBA. setValue(SbColorRGBA copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbColorRGBA Constructor Description SbColorRGBA(SbColorRGBA copyFrom)
-
Uses of SbColorRGBA in com.openinventor.inventor.elements
Fields in com.openinventor.inventor.elements declared as SbColorRGBA Modifier and Type Field Description SbColorRGBA
SoBlendElement.BlendElementParameters. color
Methods in com.openinventor.inventor.elements with parameters of type SbColorRGBA Modifier and Type Method Description static void
SoTextStyleColorsElement. set(SoState state, SoNode node, SbColorRGBA[] colors)
Sets the current range in the state. -
Uses of SbColorRGBA in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbColorRGBA Modifier and Type Method Description 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.Methods in com.openinventor.inventor.fields with parameters of type SbColorRGBA Modifier and Type Method 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.Constructors in com.openinventor.inventor.fields with parameters of type SbColorRGBA Constructor Description SoSFColorRGBA(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbColorRGBA defaultValue)
Default constructor. -
Uses of SbColorRGBA in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SbColorRGBA Modifier and Type Method Description SbColorRGBA
SiRenderArea. getClearColor()
SbColorRGBA
SoRenderAreaCore. getClearColor()
Methods in com.openinventor.inventor.viewercomponents with parameters of type SbColorRGBA Modifier and Type Method 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.
-