7 references to SetOutputChannelColorProfile
System.Drawing.Common.Tests (7)
System\Drawing\Imaging\ImageAttributesTests.cs (7)
1061
imageAttr.
SetOutputChannelColorProfile
(Helpers.GetTestColorProfilePath("RSWOP.icm"));
1074
imageAttr.
SetOutputChannelColorProfile
(Helpers.GetTestColorProfilePath("RSWOP.icm")));
1083
Assert.Throws<ArgumentNullException>(() => imageAttr.
SetOutputChannelColorProfile
(null));
1091
Assert.Throws<ArgumentException>(() => imageAttr.
SetOutputChannelColorProfile
(string.Empty));
1099
Assert.Throws<ExternalException>(() => imageAttr.
SetOutputChannelColorProfile
("invalidPath"));
1108
Assert.Throws<PathTooLongException>(() => imageAttr.
SetOutputChannelColorProfile
(fileNameTooLong));
1127
imageAttr.
SetOutputChannelColorProfile
(Helpers.GetTestColorProfilePath("RSWOP.icm"));