[ Version ( since = "3.0" ) ]
public void set_image_types (string image_types)
This is a comma separated list of image types, or actually drawable types, that this procedure can deal with.
Wildcards are possible here, so you could say "RGB\*" instead of "RGB, RGBA" or "\*" for all image types.
Supported types are "RGB", "GRAY", "INDEXED" and their variants with alpha.
| this |
A Procedure. |
| image_types |
The image types this procedure can operate on. |