ImageAttributes.SetOutputChannelColorProfile
Contents
[
Hide
]SetOutputChannelColorProfile(string)
Sets the output channel color-profile file for the default category.
public void SetOutputChannelColorProfile(string colorProfileFilename)
Parameter | Type | Description |
---|---|---|
colorProfileFilename | String | The path name of a color-profile file. If the color-profile file is in the %SystemRoot%\System32\Spool\Drivers\Color directory, this parameter can be the file name. Otherwise, this parameter must be the fully qualified path name. |
See Also
- class ImageAttributes
- namespace Aspose.PSD
- assembly Aspose.PSD
SetOutputChannelColorProfile(string, ColorAdjustType)
Sets the output channel color-profile file for a specified category.
public void SetOutputChannelColorProfile(string colorProfileFilename, ColorAdjustType type)
Parameter | Type | Description |
---|---|---|
colorProfileFilename | String | The path name of a color-profile file. If the color-profile file is in the %SystemRoot%\System32\Spool\Drivers\Color directory, this parameter can be the file name. Otherwise, this parameter must be the fully qualified path name. |
type | ColorAdjustType | An element of ColorAdjustType that specifies the category for which the output channel color-profile file is set. |
See Also
- enum ColorAdjustType
- class ImageAttributes
- namespace Aspose.PSD
- assembly Aspose.PSD