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