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