You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Color Mapping & Color Profiles Management > ICCSetRGBProfile Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.ICCSetRGBProfile Method

Apply a specific RGB color profile to a GdPicture image. Device-independent profiles such as sRGB can also be used.

C#
public GdPictureStatus ICCSetRGBProfile(
    int ImageID, 
    String ProfilePath
);
Visual Basic
Public Function ICCSetRGBProfile(
    ByVal ImageID As Integer, 
    ByVal ProfilePath As String
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
ProfilePath 
The path of the ICC profile file to apply.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.