libgimpcolor/libgimpcolor-sections.txt updated.

2003-10-16  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/libgimpcolor-sections.txt
	* libgimpcolor/tmpl/gimpcolorspace.sgml: updated.
This commit is contained in:
Sven Neumann 2003-10-16 21:30:51 +00:00 committed by Sven Neumann
parent e53325b500
commit 2d1bb81d13
3 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2003-10-16 Sven Neumann <sven@gimp.org>
* libgimpcolor/libgimpcolor-sections.txt
* libgimpcolor/tmpl/gimpcolorspace.sgml: updated.
2003-10-15 Michael Natterer <mitch@gimp.org>
* app/app.types

View file

@ -12,11 +12,11 @@ gimp_rgb_to_hwb
gimp_hwb_to_rgb
gimp_rgb_to_hsv_int
gimp_hsv_to_rgb_int
gimp_rgb_to_hls_int
gimp_rgb_to_hsl_int
gimp_rgb_to_cmyk_int
gimp_cmyk_to_rgb_int
gimp_rgb_to_l_int
gimp_hls_to_rgb_int
gimp_hsl_to_rgb_int
gimp_rgb_to_hsv4
gimp_hsv_to_rgb4
</SECTION>

View file

@ -124,7 +124,7 @@ different color spaces.
@value:
<!-- ##### FUNCTION gimp_rgb_to_hls_int ##### -->
<!-- ##### FUNCTION gimp_rgb_to_hsl_int ##### -->
<para>
</para>
@ -167,14 +167,14 @@ different color spaces.
@Returns:
<!-- ##### FUNCTION gimp_hls_to_rgb_int ##### -->
<!-- ##### FUNCTION gimp_hsl_to_rgb_int ##### -->
<para>
</para>
@hue:
@lightness:
@saturation:
@lightness:
<!-- ##### FUNCTION gimp_rgb_to_hsv4 ##### -->