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 4ae1ca116f0a51d4bad97c782e986f15b172e130
#
ifndef
SVG_SVG_COLOR_H_SEEN
#
define
SVG_SVG_COLOR_H_SEEN
#
include
<
glib
/
gtypes.h
>
unsigned
int
sp_svg_read_color
(
gchar
const
*
str
,
unsigned
int
dfl
);
void
sp_svg_write_color
(
char
*
buf
,
unsigned
int
buflen
,
unsigned
int
rgba32
);
#
endif
/* !SVG_SVG_COLOR_H_SEEN */