7 references to SetOutputChannel
System.Drawing.Common.Tests (7)
System\Drawing\Imaging\ImageAttributesTests.cs (7)
934imageAttr.SetOutputChannel(flag, type);
964imageAttr.SetOutputChannel(flag, type);
978AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelY, ColorAdjustType.Default));
986AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelY, type));
1004AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetOutputChannel(flag, ColorAdjustType.Default));
1028imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelC, type);
1142imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelC, type);