6 references to ClearOutputChannel
System.Drawing.Common (2)
System\Drawing\Imaging\ImageAttributes.cs (2)
268
public void ClearOutputChannel() =>
ClearOutputChannel
(ColorAdjustType.Default);
304
public void ClearOutputChannelColorProfile() =>
ClearOutputChannel
(ColorAdjustType.Default);
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ImageAttributesTests.cs (4)
1028
imageAttr.
ClearOutputChannel
(type);
1042
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearOutputChannel
(ColorAdjustType.Default));
1050
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearOutputChannel
(type));
1144
imageAttr.
ClearOutputChannel
(type);