TypeLib Xojo support Plugin

RawBitmap.ICCColorProfileName Property

Returns set value of the name of the ICC Color profile.

ICCColorProfileName as String {Read}

Remarks

Note that this is not the name embedded in the ICC Profile it self this is external name that may or may not contain something descriptive. Like PNG stores name of ICC profile which gets put into this property while JPG does not. For JPG images you will get Unknown profile as name, though the profile is still valid and its internal name could be read with ICC decoder plugin.

See Also

RawBitmap Class