6 references to SetOutputChannel
System.Drawing.Common.Tests (6)
System\Drawing\Imaging\ImageAttributesTests.cs (6)
907imageAttr.SetOutputChannel(flag); 976AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelY)); 1002AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetOutputChannel(flag)); 1012imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelC); 1059imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelC); 1125imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelC);