Method
GimpRGBget_uchar
Declaration [src]
void
gimp_rgb_get_uchar (
const GimpRGB* rgb,
guchar* red,
guchar* green,
guchar* blue
)
Description [src]
Writes the red, green, blue and alpha components of rgb
to the
color components red
, green
and blue
.
Parameters
red |
guchar* |
Location for red component, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
green |
guchar* |
Location for green component, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
blue |
guchar* |
Location for blue component, or |
|
The argument will be set by the function. | |
The argument can be NULL . |