Searched refs:SP_PROP_LIGHTING_COLOR (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dattributes.cpp494 {SP_PROP_LIGHTING_COLOR, "lighting-color"},
H A Dattributes.h501 SP_PROP_LIGHTING_COLOR, enumerator in enum:SPAttributeEnum
H A Dstyle.cpp891 case SP_PROP_LIGHTING_COLOR:
892 g_warning("Unimplemented style property SP_PROP_LIGHTING_COLOR: value: %s", val);
/inkscape/src/filters/
H A Ddiffuselighting.cpp140 case SP_PROP_LIGHTING_COLOR:
H A Dspecularlighting.cpp157 case SP_PROP_LIGHTING_COLOR:
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2911 _settings->add_color(/*default: white*/ 0xffffffff, SP_PROP_LIGHTING_COLOR, _("Diffuse Color:"), _("Defines the color of the light source"));
2944 _settings->add_color(/*default: white*/ 0xffffffff, SP_PROP_LIGHTING_COLOR, _("Specular Color:"), _("Defines the color of the light source"));

Completed in 54 milliseconds