QPix Command Reference
![]() |
![]() ![]() |
QPx_GetImporterColorProfile(importerRef; profileName):error | |||
![]() |
importerRef | Longint | Reference to a graphics importer instance |
![]() |
profileName | String255 | Color profile name |
![]() |
error | Longint | Error result |
Returns the color profile of the image associated with a graphics importer.
The graphics importer instance is specified by importerRef. If importerRef does not refer to an existing graphics importer instance, the qpx_paramErr error code is returned.
Parameter profileName receives the name of the color profile of the image. If the image does not contain a color profile, profileName is set to an empty string.
Related commands
QPx_GetImporterColorSpace | Returns the color space of the image associated with a graphics importer |