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