ICCSetRGBProfile Method (GdPictureImaging)
Applies a specific RGB color profile to a GdPicture image without embedding the color profile
information. Therefore, only image pixels will be modified according to the profile information. If
you need to embed an ICC profile to an image file the ICCAddFromFile() method must be
used.
'Declaration
Public Function ICCSetRGBProfile( _
ByVal As Integer, _
ByVal As String _
) As GdPictureStatus
Parameters
- ImageID
- GdPicture image identifier.
- ProfilePath
- The path of the ICC profile file to apply.
Return Value
A member of the GdPictureStatus enumeration.