| |
|
| java.lang.Object vrml.Field vrml.field.SFColor
SFColor | public SFColor(float red, float green, float blue)(Code) | | Constructor for the SFColor object
Parameters: red - Description of the Parameter Parameters: green - Description of the Parameter Parameters: blue - Description of the Parameter |
SFColor | public SFColor(float[] initColor)(Code) | | Constructor for the SFColor object
Parameters: initColor - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
getBlue | public float getBlue()(Code) | | Gets the blue attribute of the SFColor object
The blue value |
getGreen | public float getGreen()(Code) | | Gets the green attribute of the SFColor object
The green value |
getRed | public float getRed()(Code) | | Gets the red attribute of the SFColor object
The red value |
getValue | public void getValue(float colr)(Code) | | Gets the value attribute of the SFColor object
Parameters: colr - Description of the Parameter |
getValue | public float[] getValue()(Code) | | Gets the value attribute of the SFColor object
The value value |
setBlue | public void setBlue(float blue)(Code) | | Sets the blue attribute of the SFColor object
Parameters: blue - The new blue value |
setGreen | public void setGreen(float green)(Code) | | Sets the green attribute of the SFColor object
Parameters: green - The new green value |
setRed | public void setRed(float red)(Code) | | Sets the red attribute of the SFColor object
Parameters: red - The new red value |
setValue | public void setValue(float[] colrs)(Code) | | Sets the value attribute of the SFColor object
Parameters: colrs - The new value value |
setValue | public void setValue(float red, float green, float blue)(Code) | | Sets the value attribute of the SFColor object
Parameters: red - The new value value Parameters: green - The new value value Parameters: blue - The new value value |
setValue | public void setValue(ConstSFColor constsfcolr)(Code) | | Sets the value attribute of the SFColor object
Parameters: constsfcolr - The new value value |
setValue | public void setValue(SFColor sfcolr)(Code) | | Sets the value attribute of the SFColor object
Parameters: sfcolr - The new value value |
|
|
|