set_foreground_rgba
Description:
[
Version ( since =
"3.28" ) ]
public void set_foreground_rgba (
RGBA? foreground_rgba)
Sets the foreground-rgba to be used by the row text.
If foreground_rgba
is null, the value is reset to the default.
Parameters:
this |
a TreeNode
|
foreground_rgba |
A RGBA or null
|