12 references to CurveChannel
System.Drawing.Common (12)
System\Drawing\Imaging\Effects\BlackSaturationCurveEffect.cs (1)
24
public BlackSaturationCurveEffect(
CurveChannel
channel, int blackSaturation)
System\Drawing\Imaging\Effects\ColorCurveEffect.cs (3)
15
private protected ColorCurveEffect(CurveAdjustments adjustment,
CurveChannel
channel, int adjustValue)
31
public
CurveChannel
Channel => (
CurveChannel
)_parameters.channel;
System\Drawing\Imaging\Effects\ContrastCurveEffect.cs (1)
22
public ContrastCurveEffect(
CurveChannel
channel, int contrast)
System\Drawing\Imaging\Effects\CurveChannel.cs (1)
9
/// The <see cref="
CurveChannel
"/> enumeration specifies which color channels are affected by a <see cref="ColorCurveEffect"/>.
System\Drawing\Imaging\Effects\DensityCurveEffect.cs (1)
22
public DensityCurveEffect(
CurveChannel
channel, int density)
System\Drawing\Imaging\Effects\ExposureCurveEffect.cs (1)
22
public ExposureCurveEffect(
CurveChannel
channel, int exposure)
System\Drawing\Imaging\Effects\HighlightCurveEffect.cs (1)
23
public HighlightCurveEffect(
CurveChannel
channel, int highlight)
System\Drawing\Imaging\Effects\MidtoneCurveEffect.cs (1)
24
public MidtoneCurveEffect(
CurveChannel
channel, int midtone)
System\Drawing\Imaging\Effects\ShadowCurveEffect.cs (1)
24
public ShadowCurveEffect(
CurveChannel
channel, int shadow)
System\Drawing\Imaging\Effects\WhiteSaturationCurveEffect.cs (1)
24
public WhiteSaturationCurveEffect(
CurveChannel
channel, int whiteSaturation)