Gimp.RGB.get_uchar
@accepts(Gimp.RGB, guint8, guint8, guint8)
@returns(none)
def get_uchar(self, red, green, blue):
# Python wrapper for gimp_rgb_get_uchar()
Writes the red, green, blue and alpha components of self to the color components red, green and blue.
- self
a Gimp.RGB struct
- red
Location for red component, or None
- green
Location for green component, or None
- blue
Location for blue component, or None