System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile C# (CSharp) Method

SetOutputChannelColorProfile() public method

public SetOutputChannelColorProfile ( String clrProfileFilename ) : void
clrProfileFilename String
return void
		public void SetOutputChannelColorProfile(String clrProfileFilename)
		{
			SetOutputChannelColorProfile(clrProfileFilename, ColorAdjustType.Default);
		}

Same methods

ImageAttributes::SetOutputChannelColorProfile ( String clrProfileFilename, ColorAdjustType type ) : void