Gimp.RGB.prototype.get_uchar
function get_uchar(): [red: Number(guint8), green: Number(guint8), blue: Number(guint8)] {
// Gjs wrapper for gimp_rgb_get_uchar()
}
Writes the red, green, blue and alpha components of rgb to the color components red, green and blue.
- red
Location for red component, or null
- green
Location for green component, or null
- blue
Location for blue component, or null