mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
libgimpcolor: fix API docs of gimp_rgb[a]_get,set_pixel()
This commit is contained in:
parent
ae708d6419
commit
f1c46b3656
1 changed files with 4 additions and 4 deletions
|
@ -133,7 +133,7 @@ gimp_rgb_set_alpha (GimpRGB *rgb,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gimp_rgb_set:
|
* gimp_rgb_set_pixel:
|
||||||
* @rgb: a #GimpRGB struct
|
* @rgb: a #GimpRGB struct
|
||||||
* @format: a Babl format
|
* @format: a Babl format
|
||||||
* @pixel: pointer to the source pixel
|
* @pixel: pointer to the source pixel
|
||||||
|
@ -159,7 +159,7 @@ gimp_rgb_set_pixel (GimpRGB *rgb,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gimp_rgb_get:
|
* gimp_rgb_get_pixel:
|
||||||
* @rgb: a #GimpRGB struct
|
* @rgb: a #GimpRGB struct
|
||||||
* @format: a Babl format
|
* @format: a Babl format
|
||||||
* @pixel: pointer to the destination pixel
|
* @pixel: pointer to the destination pixel
|
||||||
|
@ -438,7 +438,7 @@ gimp_rgb_composite (GimpRGB *color1,
|
||||||
/* RGBA functions */
|
/* RGBA functions */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gimp_rgba_set:
|
* gimp_rgba_set_pixel:
|
||||||
* @rgba: a #GimpRGB struct
|
* @rgba: a #GimpRGB struct
|
||||||
* @format: a Babl format
|
* @format: a Babl format
|
||||||
* @pixel: pointer to the source pixel
|
* @pixel: pointer to the source pixel
|
||||||
|
@ -464,7 +464,7 @@ gimp_rgba_set_pixel (GimpRGB *rgba,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gimp_rgba_get:
|
* gimp_rgba_get_pixel:
|
||||||
* @rgba: a #GimpRGB struct
|
* @rgba: a #GimpRGB struct
|
||||||
* @format: a Babl format
|
* @format: a Babl format
|
||||||
* @pixel: pointer to the destination pixel
|
* @pixel: pointer to the destination pixel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue