get_termprop_rgba


Description:

[ Version ( since = "0.78" ) ]
public bool get_termprop_rgba (string prop, out RGBA color)

Stores the value of a vte_property_rgb or vte_property_rgba termprop in color and returns true if the termprop is set, or stores rgb(0,0,0) or rgba(0,0,0,1) in color and returns false if the termprop is unset.

Parameters:

this

a Terminal

prop

a termprop name

color

a RGBA to fill in

Returns:

true iff the termprop is set