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