Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / display / nr-filter-getalpha.h
1 #ifndef __NR_FILTER_GETALPHA_H__
2 #define __NR_FILTER_GETALPHA_H__
4 /*
5  * Functions for extracting alpha channel from NRPixBlocks.
6  *
7  * Author:
8  *   Niko Kiirala <niko@kiirala.com>
9  *
10  * Copyright (C) 2007 Niko Kiirala
11  *
12  * Released under GNU GPL, read the file 'COPYING' for more information
13  */
15 #include "libnr/nr-pixblock.h"
17 namespace Inkscape {
18 namespace Filters {
20 NRPixBlock *filter_get_alpha(NRPixBlock *src);
22 } /* namespace Filters */
23 } /* namespace Inkscape */
25 #endif /* __NR_FILTER_GETALPHA_H__ */
26 /*
27   Local Variables:
28   mode:c++
29   c-file-style:"stroustrup"
30   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
31   indent-tabs-mode:nil
32   fill-column:99
33   End:
34 */
35 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :