set_selected_text_color
Description:
[
Version ( since =
"1.8" ) ]
public void set_selected_text_color (
Color? color)
Sets the selected text color of a Text actor.
If color
is null
, the selected text color will be the same as the selection color, which then falls back to
cursor, and then text color.
Parameters:
this |
a Text
|
color |
the selected text color, or null to unset it
|