4 references to ClearColorKey
System.Drawing.Common (1)
System\Drawing\Imaging\ImageAttributes.cs (1)
247
public void ClearColorKey() =>
ClearColorKey
(ColorAdjustType.Default);
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ImageAttributesTests.cs (3)
867
imageAttr.
ClearColorKey
(type);
881
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearColorKey
(ColorAdjustType.Default));
889
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearColorKey
(type));