Uses of Class
org.web3d.x3d.jsail.fields.SFColor
Packages that use SFColor
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
Interpolator nodes provide keyframe-based animation capability.
The Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image.
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
TextureProjection nodes project texture images onto geometry in a scene.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of SFColor in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFColorModifier and TypeMethodDescriptionfield.getValueSFColor()
If type matches, then get typed value of a SFColor field declaration.fieldValue.getValueSFColor()
If type matches, then get typed value of a SFColor fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFColorModifier and TypeMethodDescriptionfield.appendValue
(SFColor newValue) Append SFColor to field for value attribute.fieldValue.appendValue
(SFColor newValue) Append SFColor to fieldValue for value attribute.Set typed value of a SFColor field declaration.Set typed value of a SFColor fieldValue declaration. -
Uses of SFColor in org.web3d.x3d.jsail.EnvironmentalEffects
Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type SFColorModifier and TypeMethodDescriptionBackground.addGroundColor
(SFColor newValue) Add singleton SFColor value to MFColor groundColor field.TextureBackground.addGroundColor
(SFColor newValue) Add singleton SFColor value to MFColor groundColor field.Background.addSkyColor
(SFColor newValue) Add singleton SFColor value to MFColor skyColor field.TextureBackground.addSkyColor
(SFColor newValue) Add singleton SFColor value to MFColor skyColor field.Assign typed object value to SFColor color field, similar toFog.setColor(float[])
.Assign typed object value to SFColor color field, similar toLocalFog.setColor(float[])
. -
Uses of SFColor in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFColorModifier and TypeMethodDescriptionSFColor.complementRGB()
Complement all color values in RGB space (i.e. subtract each component from 1).SFColor.normalizeClip()
Ensure all component color values are within range [0-1] by clipping as necessary.SFColor.scaleRGB
(float scaleFactor) Scale all color values in RGB space.SFColor.setValue
(double[] newValue) Assign a new value to this field.SFColor.setValue
(double red, double green, double blue) Assign a new value to this field.SFColor.setValue
(float red, float green, float blue) Assign a new value to this field.SFColor.setValue
(int hexColorValue) Public utility accessor method setting single HTML-style 0xRRGGBB hex value as new value.Apply an SFColor value to this field.SFColor.setValueArray
(float[] newValue) Assign a new array value to this field, pipelined.SFColor.setValueByString
(String newValue) Utility accessor for SFColor using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFColorModifier and TypeMethodDescriptionAppends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Assign a single-field SFColor as new array value.Apply an SFColor value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFColor -
Uses of SFColor in org.web3d.x3d.jsail.Followers
Methods in org.web3d.x3d.jsail.Followers with parameters of type SFColorModifier and TypeMethodDescriptionColorChaser.setInitialDestination
(SFColor newValue) Assign typed object value to SFColor initialDestination field, similar toColorChaser.setInitialDestination(float[])
.ColorDamper.setInitialDestination
(SFColor newValue) Assign typed object value to SFColor initialDestination field, similar toColorDamper.setInitialDestination(float[])
.ColorChaser.setInitialValue
(SFColor newValue) Assign typed object value to SFColor initialValue field, similar toColorChaser.setInitialValue(float[])
.ColorDamper.setInitialValue
(SFColor newValue) Assign typed object value to SFColor initialValue field, similar toColorDamper.setInitialValue(float[])
. -
Uses of SFColor in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type SFColorModifier and TypeMethodDescriptionColorInterpolator.addKeyValue
(SFColor newValue) Add singleton SFColor value to MFColor keyValue field. -
Uses of SFColor in org.web3d.x3d.jsail.Lighting
Methods in org.web3d.x3d.jsail.Lighting with parameters of type SFColorModifier and TypeMethodDescriptionAssign typed object value to SFColor color field, similar toDirectionalLight.setColor(float[])
.Assign typed object value to SFColor color field, similar toPointLight.setColor(float[])
.Assign typed object value to SFColor color field, similar toSpotLight.setColor(float[])
. -
Uses of SFColor in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering with parameters of type SFColor -
Uses of SFColor in org.web3d.x3d.jsail.Shape
Methods in org.web3d.x3d.jsail.Shape with parameters of type SFColorModifier and TypeMethodDescriptionTwoSidedMaterial.setBackDiffuseColor
(SFColor newValue) Assign typed object value to SFColor backDiffuseColor field, similar toTwoSidedMaterial.setBackDiffuseColor(float[])
.TwoSidedMaterial.setBackEmissiveColor
(SFColor newValue) Assign typed object value to SFColor backEmissiveColor field, similar toTwoSidedMaterial.setBackEmissiveColor(float[])
.TwoSidedMaterial.setBackSpecularColor
(SFColor newValue) Assign typed object value to SFColor backSpecularColor field, similar toTwoSidedMaterial.setBackSpecularColor(float[])
.PhysicalMaterial.setBaseColor
(SFColor newValue) Assign typed object value to SFColor baseColor field, similar toPhysicalMaterial.setBaseColor(float[])
.Material.setDiffuseColor
(SFColor newValue) Assign typed object value to SFColor diffuseColor field, similar toMaterial.setDiffuseColor(float[])
.TwoSidedMaterial.setDiffuseColor
(SFColor newValue) Assign typed object value to SFColor diffuseColor field, similar toTwoSidedMaterial.setDiffuseColor(float[])
.Material.setEmissiveColor
(SFColor newValue) Assign typed object value to SFColor emissiveColor field, similar toMaterial.setEmissiveColor(float[])
.PhysicalMaterial.setEmissiveColor
(SFColor newValue) Assign typed object value to SFColor emissiveColor field, similar toPhysicalMaterial.setEmissiveColor(float[])
.TwoSidedMaterial.setEmissiveColor
(SFColor newValue) Assign typed object value to SFColor emissiveColor field, similar toTwoSidedMaterial.setEmissiveColor(float[])
.UnlitMaterial.setEmissiveColor
(SFColor newValue) Assign typed object value to SFColor emissiveColor field, similar toUnlitMaterial.setEmissiveColor(float[])
.FillProperties.setHatchColor
(SFColor newValue) Assign typed object value to SFColor hatchColor field, similar toFillProperties.setHatchColor(float[])
.Material.setSpecularColor
(SFColor newValue) Assign typed object value to SFColor specularColor field, similar toMaterial.setSpecularColor(float[])
.TwoSidedMaterial.setSpecularColor
(SFColor newValue) Assign typed object value to SFColor specularColor field, similar toTwoSidedMaterial.setSpecularColor(float[])
. -
Uses of SFColor in org.web3d.x3d.jsail.TextureProjection
Methods in org.web3d.x3d.jsail.TextureProjection with parameters of type SFColorModifier and TypeMethodDescriptionAssign typed object value to SFColor color field, similar toTextureProjector.setColor(float[])
.Assign typed object value to SFColor color field, similar toTextureProjectorParallel.setColor(float[])
. -
Uses of SFColor in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type SFColorModifier and TypeMethodDescriptionAssign typed object value to SFColor color field, similar toMultiTexture.setColor(float[])
.