Uses of Class
org.web3d.x3d.jsail.fields.SFColorRGBAObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.jsail.Rendering | |
| org.web3d.x3d.jsail.Texturing | |
| org.web3d.x3d.jsail.VolumeRendering |
-
Uses of SFColorRGBAObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFColorRGBAObject Modifier and Type Method Description SFColorRGBAObjectfieldObject. getValueSFColorRGBA()If type matches, then get typed value of a SFColorRGBA field declaration.SFColorRGBAObjectfieldValueObject. getValueSFColorRGBA()If type matches, then get typed value of a SFColorRGBA fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFColorRGBAObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFColorRGBAObject newValue)Append SFColorRGBAObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFColorRGBAObject newValue)Append SFColorRGBAObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFColorRGBAObject newValue)Set typed value of a SFColorRGBA field declaration.fieldValueObjectfieldValueObject. setValue(SFColorRGBAObject newValue)Set typed value of a SFColorRGBA fieldValue declaration. -
Uses of SFColorRGBAObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFColorRGBAObject Modifier and Type Method Description SFColorRGBAObjectSFColorRGBAObject. complementAlpha()Complement alpha value by subtracting it from 1, note transparency = (1 - alpha).SFColorRGBAObjectSFColorRGBAObject. complementRGB()Complement all color values in RGB space (i.e. subtract each component from 1), with no change in alpha.SFColorRGBAObjectSFColorRGBAObject. normalizeClip()Ensure all component color values are within range [0-1] by clipping as necessary.SFColorRGBAObjectSFColorRGBAObject. setTransparency(double newTransparency)Utility method to modify transparencySFColorRGBAObjectSFColorRGBAObject. setTransparency(float newTransparency)Utility method to modify transparencySFColorRGBAObjectSFColorRGBAObject. setValue(double[] newValue)Assign a new value to this field.SFColorRGBAObjectSFColorRGBAObject. setValue(double red, double green, double blue, double alpha)Assign a new value to this field.SFColorRGBAObjectSFColorRGBAObject. setValue(float red, float green, float blue, float alpha)Assign a new value to this field.SFColorRGBAObjectSFColorRGBAObject. setValue(int hexColorValue, float alpha)Public utility accessor method setting single HTML-style 0xRRGGBB hex value as new value.SFColorRGBAObjectSFColorRGBAObject. setValue(SFColorRGBAObject newValue)Apply an SFColorRGBAObject value to this field.SFColorRGBAObjectSFColorRGBAObject. setValueArray(float[] newValue)Assign a new array value to this field, pipelined.SFColorRGBAObjectSFColorRGBAObject. setValueByString(java.lang.String newValue)Utility accessor for SFColorRGBAObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFColorRGBAObject Modifier and Type Method Description MFColorRGBAObjectMFColorRGBAObject. append(SFColorRGBAObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.booleanSFColorRGBAObject. equals(SFColorRGBAObject comparisonSFColorRGBAObject)Determine whether two objects contain equal values.MFColorRGBAObjectMFColorRGBAObject. setValue(SFColorRGBAObject newValue)Assign a single-field SFColorRGBAObject as new array value.SFColorRGBAObjectSFColorRGBAObject. setValue(SFColorRGBAObject newValue)Apply an SFColorRGBAObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFColorRGBAObject Constructor Description MFColorRGBAObject(SFColorRGBAObject newValue)Utility constructor for MFColorRGBAObject to assign a single SFColorRGBAObject as new initial value.SFColorRGBAObject(SFColorRGBAObject newValue)Constructor to copy an SFColorRGBAObject value as initial value for this new field object. -
Uses of SFColorRGBAObject in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering with parameters of type SFColorRGBAObject Modifier and Type Method Description ColorRGBAObjectColorRGBAObject. addColor(SFColorRGBAObject newValue)Add singleton SFColorRGBAObject value to MFColorRGBA color field. -
Uses of SFColorRGBAObject in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type SFColorRGBAObject Modifier and Type Method Description TexturePropertiesObjectTexturePropertiesObject. setBorderColor(SFColorRGBAObject newValue)Assign typed object value to SFColorRGBA borderColor field, similar toTexturePropertiesObject.setBorderColor(float[]). -
Uses of SFColorRGBAObject in org.web3d.x3d.jsail.VolumeRendering
Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type SFColorRGBAObject Modifier and Type Method Description ToneMappedVolumeStyleObjectToneMappedVolumeStyleObject. setCoolColor(SFColorRGBAObject newValue)Assign typed object value to SFColorRGBA coolColor field, similar toToneMappedVolumeStyleObject.setCoolColor(float[]).EdgeEnhancementVolumeStyleObjectEdgeEnhancementVolumeStyleObject. setEdgeColor(SFColorRGBAObject newValue)Assign typed object value to SFColorRGBA edgeColor field, similar toEdgeEnhancementVolumeStyleObject.setEdgeColor(float[]).CartoonVolumeStyleObjectCartoonVolumeStyleObject. setOrthogonalColor(SFColorRGBAObject newValue)Assign typed object value to SFColorRGBA orthogonalColor field, similar toCartoonVolumeStyleObject.setOrthogonalColor(float[]).CartoonVolumeStyleObjectCartoonVolumeStyleObject. setParallelColor(SFColorRGBAObject newValue)Assign typed object value to SFColorRGBA parallelColor field, similar toCartoonVolumeStyleObject.setParallelColor(float[]).ToneMappedVolumeStyleObjectToneMappedVolumeStyleObject. setWarmColor(SFColorRGBAObject newValue)Assign typed object value to SFColorRGBA warmColor field, similar toToneMappedVolumeStyleObject.setWarmColor(float[]).