rc_parse_color_full
Description:
[ Version ( deprecated = true , deprecated_since = "3.0" , since = "2.12" ) ]
public uint rc_parse_color_full (Scanner scanner, RcStyle? style, out Color color)
Warning: rc_parse_color_full is deprecated since 3.0.
Parses a color in the format expected in a RC file.
Note:
Use CssProvider instead
If style
is not null, it will be consulted to resolve references to symbolic colors.
Parameters:
scanner |
a Scanner |
style |
a RcStyle, or null |
color |
a pointer to a Color in which to store the result |
Returns:
g_token_none if parsing succeeded, otherwise the token that was expected but not found |
Namespace: Gtk
Package: gtk+-3.0