Cross Reference: svg-color.h
xref
: /
inkscape
/
src
/
svg
/
svg-color.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
svg-color.h revision 7fa05495dec1ef007bbe30e00f525641ee301dd2
#
ifndef
SVG_SVG_COLOR_H_SEEN
#
define
SVG_SVG_COLOR_H_SEEN
#
include
<
glib
/
gtypes.h
>
guint32
sp_svg_read_color
(
gchar
const
*
str
,
unsigned
int
dfl
);
guint32
sp_svg_read_color
(
gchar
const
*
str
,
gchar
const
**
end_ptr
,
guint32
def
);
void
sp_svg_write_color
(
char
*
buf
,
unsigned
int
buflen
,
unsigned
int
rgba32
);
#
endif
/* !SVG_SVG_COLOR_H_SEEN */