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

SetOutputChannelColorProfile() public method

public SetOutputChannelColorProfile ( String clrProfileFilename, ColorAdjustType type ) : void
clrProfileFilename String
type ColorAdjustType
return void
		public void SetOutputChannelColorProfile(String clrProfileFilename, ColorAdjustType type)
		{
			this.clrProfileFilename = clrProfileFilename;
			clrAdjustType = type;
		}

Same methods

ImageAttributes::SetOutputChannelColorProfile ( String clrProfileFilename ) : void