libgimpcolor/Makefile.am libgimpcolor/gimprgb-parse.c added more RGB

2004-07-22  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/Makefile.am
	* libgimpcolor/gimprgb-parse.c
	* libgimpcolor/gimprgb.[ch]: added more RGB parsers and moved the
	code to a dedicated file.

	* libgimpcolor/gimpcolor.def: added new symbols.

	* libgimpwidgets/gimpcolorscales.c: use gimp_rgb_parse_hex().
This commit is contained in:
Sven Neumann
2004-07-22 17:26:22 +00:00
committed by Sven Neumann
parent 982d8abfb0
commit a14bddae8a
9 changed files with 518 additions and 306 deletions

View File

@ -52,6 +52,8 @@ gimp_rgb_set_alpha
gimp_rgb_set_uchar
gimp_rgb_get_uchar
gimp_rgb_parse_name
gimp_rgb_parse_hex
gimp_rgb_parse_css
gimp_rgb_add
gimp_rgb_subtract
gimp_rgb_multiply

View File

@ -86,6 +86,28 @@ GimpRGB
@Returns:
<!-- ##### FUNCTION gimp_rgb_parse_hex ##### -->
<para>
</para>
@rgb:
@hex:
@len:
@Returns:
<!-- ##### FUNCTION gimp_rgb_parse_css ##### -->
<para>
</para>
@rgb:
@css:
@len:
@Returns:
<!-- ##### FUNCTION gimp_rgb_add ##### -->
<para>