rc_parse_color

function rc_parse_color(scanner:GLib.Scanner):Number {
    // Gjs wrapper for gtk_rc_parse_color()
}

Parses a color in the <link linkend="color=format">format</link> expected in a RC file.

Note that theme engines should use rc_parse_color_full in order to support symbolic colors.

scanner

a GLib.Scanner

Returns

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