Searched defs:lighting_color (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/display/ | ||
H A D | nr-filter-diffuselighting.h | 48 guint32 lighting_color; member in class:Inkscape::Filters::FilterDiffuseLighting |
H A D | nr-filter-specularlighting.h | 50 guint32 lighting_color; member in class:Inkscape::Filters::FilterSpecularLighting |
H A D | nr-light.cpp | 24 DistantLight::DistantLight(SPFeDistantLight *light, guint32 lighting_color) { argument 25 color = lighting_color; 44 PointLight::PointLight(SPFePointLight *light, guint32 lighting_color, const Geom::Affine &trans) { argument 45 color = lighting_color; 67 SpotLight::SpotLight(SPFeSpotLight *light, guint32 lighting_color, const Geom::Affine &trans) { argument 69 color = lighting_color; |
/inkscape/src/filters/ | ||
H A D | diffuselighting.h | 38 guint32 lighting_color; member in class:SPFeDiffuseLighting |
H A D | specularlighting.h | 43 guint32 lighting_color; member in class:SPFeSpecularLighting |
Completed in 11 milliseconds