Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
nr-filter-specularlighting.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
2#ifndef SEEN_NR_FILTER_SPECULARLIGHTING_H
3#define SEEN_NR_FILTER_SPECULARLIGHTING_H
4
5/*
6 * feSpecularLighting renderer
7 *
8 * Authors:
9 * Niko Kiirala <niko@kiirala.com>
10 * Jean-Rene Reinhard <jr@komite.net>
11 *
12 * Copyright (C) 2007 authors
13 *
14 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
15 */
16
19
21class SPFePointLight;
22class SPFeSpotLight;
23struct SVGICCColor;
24
25namespace Inkscape {
26namespace Filters {
27
28class FilterSlot;
29
31{
32public:
35
36 void render_cairo(FilterSlot &slot) const override;
37 void area_enlarge(Geom::IntRect &area, Geom::Affine const &trans) const override;
38 double complexity(Geom::Affine const &ctm) const override;
39
40 union
41 {
51
52 Glib::ustring name() const override { return Glib::ustring("Specular Lighting"); }
53};
54
55} // namespace Filters
56} // namespace Inkscape
57
58#endif // SEEN_NR_FILTER_SPECULARLIGHTING_H
59/*
60 Local Variables:
61 mode:c++
62 c-file-style:"stroustrup"
63 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
64 indent-tabs-mode:nil
65 fill-column:99
66 End:
67*/
68// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
3x3 matrix representing an affine transformation.
Definition affine.h:70
Axis aligned, non-empty, generic rectangle.
double complexity(Geom::Affine const &ctm) const override
void area_enlarge(Geom::IntRect &area, Geom::Affine const &trans) const override
void render_cairo(FilterSlot &slot) const override
union Inkscape::Filters::FilterSpecularLighting::@21 light
unsigned int guint32
Helper class to stream background task notifications as a series of messages.
TODO: insert short description here.
An icc-color specification.