Text.setColor

Set the fill color of the text.

By default, the text's color is opaque white.

class Text
void
setColor

Parameters

color Color

New color of the text.

//deprecated: Use the 'fillColor' or 'outlineColor' properties instead.

Meta