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)
263
public void SetOutputChannel(
ColorChannelFlag
flags) => SetOutputChannel(flags, ColorAdjustType.Default);
265
public void SetOutputChannel(
ColorChannelFlag
flags, ColorAdjustType type) =>
271
SetOutputChannel(type,
ColorChannelFlag
.ColorChannelLast, enableFlag: false);
273
private void SetOutputChannel(ColorAdjustType type,
ColorChannelFlag
flags, bool enableFlag)