Function
Gimpcolor_parse_name_substring
since: 2.2
[−]
Description [src]
Attempts to parse a color name. This function accepts SVG 1.1 color keywords.
Available since: 2.2
This function is not directly available to language bindings.
[−]
Parameters
name
-
Type: An array of
gchar
A color name (in UTF-8 encoding)
The length of the array is specified in the len
argument.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. len
-
Type:
gint
The length of
name
, in bytes. or -1 ifname
is nul-terminated.