Gimp.rgba_get_uchar

@accepts(Gimp.RGB, guint8, guint8, guint8, guint8)
@returns(none)
def rgba_get_uchar(rgba, red, green, blue, alpha):
    # Python wrapper for gimp_rgba_get_uchar()
  

Gets the 8bit red, green, blue and alpha components of rgba.

rgba

a Gimp.RGB struct

red

Location for the red component

green

Location for the green component

blue

Location for the blue component

alpha

Location for the alpha component