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