Description
Get a list of keyvalue objects, where the key is the profile name desc and the value is the profile ''file name'' (GET).
Available since 1.6.
These profiles are taken by colortype (parameter)
Colortype parameter (REQUIRED): Integer value, the profile type to get (DEVICE_PRINTER = 1, DEVICE_MONITOR = 2, COLORSPACE_RGB = 3, COLORSPACE_CMYK = 4, COLORSPACE_GRAY = 5).
Device and Colorspace type are different system for getting the same profiles.
example: DEVICE_PRINTER lists the profiles used in print processing, has a set similar to COLORSPACE_CMYK profile list.
If the Colortype parameter is wrong the method return an empty list.
Available in version 2.0 or newer.