Uses of Class
com.openinventor.inventor.SbColorRGBA
Packages that use SbColorRGBA
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
The element classes are used internally for storing information in Open Inventor's traversal state list.
Viewer components contains helpful tools to implement a custom viewer.
-
Uses of SbColorRGBA in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbColorRGBAModifier and TypeMethodDescriptionSoSceneManager.getBackgroundColorRGBA()
SoOffscreenRenderArea.getClearColor()
SbColorRGBA.setHSVAValue
(float[] hsva) Sets value of color vector from an HSV (Hue, Saturation, and Value) plus Alpha color value.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.setPackedValue
(int orderedRGBA) Sets value of color vector from an RGBA packed color value.SbColorRGBA.setValue
(float[] components) SbColorRGBA.setValue
(float[] components, int startIndex) static SbColorRGBA[]
SbColorRGBA.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbColorRGBAModifier and TypeMethodDescriptionvoid
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 -
Uses of SbColorRGBA in com.openinventor.inventor.elements
Fields in com.openinventor.inventor.elements declared as SbColorRGBAMethods in com.openinventor.inventor.elements with parameters of type SbColorRGBAModifier and TypeMethodDescriptionstatic 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 SbColorRGBAModifier and TypeMethodDescriptionSoSFColorRGBA.getValue()
Returns this field's value.SoMFColorRGBA.getValueAt
(int i) 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 SbColorRGBAModifier and TypeMethodDescriptionint
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 SbColorRGBAModifierConstructorDescriptionSoSFColorRGBA
(SoFieldContainer fieldContainer, 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 SbColorRGBAMethods in com.openinventor.inventor.viewercomponents with parameters of type SbColorRGBAModifier and TypeMethodDescriptionvoid
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.