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)
933
imageAttr.
SetOutputChannel
(flag, type);
963
imageAttr.
SetOutputChannel
(flag, type);
977
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetOutputChannel
(ColorChannelFlag.ColorChannelY, ColorAdjustType.Default));
985
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetOutputChannel
(ColorChannelFlag.ColorChannelY, type));
1003
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetOutputChannel
(flag, ColorAdjustType.Default));
1027
imageAttr.
SetOutputChannel
(ColorChannelFlag.ColorChannelC, type);
1141
imageAttr.
SetOutputChannel
(ColorChannelFlag.ColorChannelC, type);