Gimp.Scanner.prototype.parse_color
function parse_color(): [ok: Boolean, dest: Gimp.RGB] {
// Gjs wrapper for gimp_scanner_parse_color()
}
Since 2.4
- ok
true on success
- dest
Pointer to a color to store the result
function parse_color(): [ok: Boolean, dest: Gimp.RGB] {
// Gjs wrapper for gimp_scanner_parse_color()
}
Since 2.4
true on success
Pointer to a color to store the result