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)
1029
imageAttr.
ClearOutputChannel
(type);
1043
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearOutputChannel
(ColorAdjustType.Default));
1051
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearOutputChannel
(type));
1145
imageAttr.
ClearOutputChannel
(type);