lookup_color


Description:

[ Version ( deprecated = true , deprecated_since = "3.14" , since = "3.0" ) ]
public bool lookup_color (string color_name, out RGBA color)

Warning: lookup_color is deprecated since 3.14.

Looks up and resolves a color name in the current style’s color map.

Parameters:

this

a ThemingEngine

color_name

color name to lookup

color

Return location for the looked up color

Returns:

true if color_name was found and resolved, false otherwise