Gimp.CMYK.get_uchar
@accepts(Gimp.CMYK, guint8, guint8, guint8, guint8)
@returns(none)
def get_uchar(self, cyan, magenta, yellow, black):
# Python wrapper for gimp_cmyk_get_uchar()
Retrieve individual channel values from a Gimp.CMYK structure. Channel values are pointers to unsigned chars in the range 0 to 255.
- self
A Gimp.CMYK structure which will hold the specified CMYK value.
- cyan
The Cyan channel of the CMYK value
- magenta
The Magenta channel
- yellow
The Yellow channel
- black
The blacK channel