SymbolicColor.resolve

Warning gtk_symbolic_color_resolve has been deprecated since version 3.8 and should not be used in newly-written code. GtkSymbolicColor is deprecated. If color is resolvable, resolved_color will be filled in with the resolved color, and TRUE will be returned. Generally, if color can't be resolved, it is due to it being defined on top of a named color that doesn't exist in props. When props is NULL, resolving of named colors will fail, so if your color is or references such a color, this function will return FALSE.

class SymbolicColor
int
resolve

Parameters

props StyleProperties

GtkStyleProperties to use when resolving named colors, or NULL. [allow-none]

resolvedColor RGBA

return location for the resolved color. out

Return Value

Type: int

TRUE if the color has been resolved Since 3.0

Meta