System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile C# (CSharp) 메소드

SetOutputChannelColorProfile() 공개 메소드

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

Same methods

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