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 c7de6503c67a8f3e628a2fbbe56933b4295555a5
#
ifndef
SVG_SVG_COLOR_H_SEEN
#
define
SVG_SVG_COLOR_H_SEEN
#
include
<
glib
/
gtypes.h
>
class
SVGICCColor
;
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
);
bool
sp_svg_read_icc_color
(
gchar
const
*
str
,
gchar
const
**
end_ptr
,
SVGICCColor
*
dest
);
bool
sp_svg_read_icc_color
(
gchar
const
*
str
,
SVGICCColor
*
dest
);
#
endif
/* !SVG_SVG_COLOR_H_SEEN */