rc_parse_color_full

function rc_parse_color_full(scanner:GLib.Scanner, style:Gtk.RcStyle):Number {
    // Gjs wrapper for gtk_rc_parse_color_full()
}

Parses a color in the <link linkend="color=format">format</link> expected in a RC file. If style is not null, it will be consulted to resolve references to symbolic colors.

Since 2.12

scanner

a GLib.Scanner

style

a Gtk.RcStyle, or null

Returns

GLib.TokenType.none if parsing succeeded, otherwise the token that was expected but not found