SymbolicColor
Object Hierarchy:
Description:
[ CCode ( ref_function = "gtk_symbolic_color_ref" , type_id = "gtk_symbolic_color_get_type ()" , unref_function = "gtk_symbolic_color_unref" ) ]
[ Compact ]
public class SymbolicColor
The indexes of colors passed to symbolic color rendering, such as [vfunc@Gtk.
SymbolicPaintable.snapshot_symbolic].
More values may be added over time.
Content:
Creation methods:
Methods:
- public unowned SymbolicColor @ref ()
Increases the reference count of this
- public bool resolve (StyleProperties? props, out RGBA resolved_color)
If this is resolvable,
resolved_color will be filled in with the resolved color, and true will be returned.
- public string to_string ()
Converts the given this to a string
representation.
- public void unref ()
Decreases the reference count of this
, freeing its memory if the reference count reaches 0.