5 references to ColorChannelFlag
System.Drawing (1)
System.Drawing.cs (1)
71[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ColorChannelFlag))]
System.Drawing.Common (4)
System\Drawing\Imaging\ImageAttributes.cs (4)
263public void SetOutputChannel(ColorChannelFlag flags) => SetOutputChannel(flags, ColorAdjustType.Default); 265public void SetOutputChannel(ColorChannelFlag flags, ColorAdjustType type) => 271SetOutputChannel(type, ColorChannelFlag.ColorChannelLast, enableFlag: false); 273private void SetOutputChannel(ColorAdjustType type, ColorChannelFlag flags, bool enableFlag)