C++
virtual void setBlendFactor( double blendFactor );
Description
Sets the blend factor for the image map. A blend factor of 0.0 makes the map invisible. A blend factor of 1.0 makes the map fully opaque. Values between 0.0 and 1.0 cause the map color to blend with the underlying material color. Any value less than 0.0 or greater than 1.0 is clamped to 0.0 or 1.0.
Parameters
| Parameters | Description |
|---|---|
| blendFactor | Blend factor |