6 references to SetOutputChannel
System.Drawing.Common.Tests (6)
System\Drawing\Imaging\ImageAttributesTests.cs (6)
908imageAttr.SetOutputChannel(flag); 977AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelY)); 1003AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetOutputChannel(flag)); 1013imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelC); 1060imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelC); 1126imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelC);