setColor abstract method

void setColor(
  1. Color color
)

Sets the color which will modulate the diffuse texture color.

The default is white.

  • color The modulation color.

Implementation

void setColor(ui.Color color);