3 references to ColorChannelLast
System.Drawing.Common (1)
System\Drawing\Imaging\ImageAttributes.cs (1)
271SetOutputChannel(type, ColorChannelFlag.ColorChannelLast, enableFlag: false);
System.Drawing.Common.Tests (2)
System\Drawing\Imaging\ImageAttributesTests.cs (2)
992yield return new object[] { ColorChannelFlag.ColorChannelLast }; 993yield return new object[] { ColorChannelFlag.ColorChannelLast + 1 };