TreeContextData

Undocumented in source.

Members

Functions

lockTint
void lockTint()

Lock tint in place, preventing it from changing, or cancel a lock, making changes possible again.

tint
Color tint(Color newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
tint
Color tint()

Tint is a transitive styling property that can be used to reduce color intensity of everything that a node draws. Tint applies per channel, which means it can be used to reduce opacity (by changing the alpha channel) and any of the three RGB colors.

unlockTint
void unlockTint()

Lock tint in place, preventing it from changing, or cancel a lock, making changes possible again.

Variables

actions
TreeActionContext actions;

Manages and runs tree actions.

io
TreeIOContext io;

Keeps track of currently active I/O systems.

Meta