3 references to ClearOutputChannelColorProfile
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ImageAttributesTests.cs (3)
1144
imageAttr.
ClearOutputChannelColorProfile
(type);
1158
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearOutputChannelColorProfile
(ColorAdjustType.Default));
1166
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearOutputChannelColorProfile
(type));