libgimpcolor: update docs of gimp_color_profile_get_format()

This commit is contained in:
Michael Natterer 2016-04-07 22:11:45 +02:00
parent 454f7fb7ff
commit c40dd417a2
1 changed files with 1 additions and 1 deletions

View File

@ -1355,7 +1355,7 @@ gimp_color_profile_new_gray_srgb_linear (void)
* @format, unless lcms doesn't support @format.
*
* Note that this function currently only supports RGB, RGBA, R'G'B',
* R'G'B'A and the cairo-RGB24 and cairo-ARGB32 formats.
* R'G'B'A, Y, YA, Y', Y'A and the cairo-RGB24 and cairo-ARGB32 formats.
*
* Return value: the #Babl format to be used instead of @format, or %NULL
* is the passed @format is not supported at all.