Lingo Dictionary > A-C > color (text) |
![]() ![]() ![]() |
color (text)
Syntax
chunkExpression
.color
Description
Text cast member property; indicates the color of the string chunkExpression
.
This property can be tested and set.
Example
This statement sets the color of the third paragraph of the member named Short speech to red:
member("Short speech").paragraph[3].color = rgb(255, 0, 0)
![]() ![]() ![]() |