Sets the color of the Action
overload 1:
Action:setColor(color)
Method Property | Fluent Description | Representation |
color accepts | a Vector3 | |
Return Value | an Action | |
overload 2:
Action:setColor(r, g, b)
Method Property | Fluent Description | Representation |
r accepts | a Number | |
g accepts | a Number | |
b accepts | a Number | |
Return Value | an Action | |