7 references to SetOutputChannel
System.Drawing.Common.Tests (7)
System\Drawing\Imaging\ImageAttributesTests.cs (7)
933imageAttr.SetOutputChannel(flag, type);
963imageAttr.SetOutputChannel(flag, type);
977AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelY, ColorAdjustType.Default));
985AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelY, type));
1003AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetOutputChannel(flag, ColorAdjustType.Default));
1027imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelC, type);
1141imageAttr.SetOutputChannel(ColorChannelFlag.ColorChannelC, type);