SetOutputChannelColorProfile

ImageAttributes.SetOutputChannelColorProfile method (1 of 2)

Sets the output channel color-profile file for the default category.

public void SetOutputChannelColorProfile(string colorProfileFilename)
ParameterTypeDescription
colorProfileFilenameStringThe 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


ImageAttributes.SetOutputChannelColorProfile method (2 of 2)

Sets the output channel color-profile file for a specified category.

public void SetOutputChannelColorProfile(string colorProfileFilename, ColorAdjustType type)
ParameterTypeDescription
colorProfileFilenameStringThe 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.
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which the output channel color-profile file is set.

See Also