![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The ITextStyleColor graph node interface.
Get the constant Graph::INode interface. This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.
Murl.Graph.INode GetNodeInterface()
Set the foreground (text) color used for rendering the text.
Boolean SetTextColor(Murl.Color textColor)
textColor | The text color. |
Get the text color.
Murl.Color GetTextColor()
Set the background color used for rendering.
Boolean SetBackgroundColor(Murl.Color backgroundColor)
backgroundColor | The background color. |
Get the background color.
Murl.Color GetBackgroundColor()