setColor()

Sets the color of a graphic object
setColor(value:string)

Parameters

Name Type Действие Значение по умолчанию
value string Color from Color

Return value

Object reference of type GObject for chain of calls

Example

obj.setColor(Color.WhiteSmoke);