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