12 references to CurveChannel
System.Drawing.Common (12)
System\Drawing\Imaging\Effects\BlackSaturationCurveEffect.cs (1)
24public BlackSaturationCurveEffect(CurveChannel channel, int blackSaturation)
System\Drawing\Imaging\Effects\ColorCurveEffect.cs (3)
15private protected ColorCurveEffect(CurveAdjustments adjustment, CurveChannel channel, int adjustValue) 31public CurveChannel Channel => (CurveChannel)_parameters.channel;
System\Drawing\Imaging\Effects\ContrastCurveEffect.cs (1)
22public 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)
22public DensityCurveEffect(CurveChannel channel, int density)
System\Drawing\Imaging\Effects\ExposureCurveEffect.cs (1)
22public ExposureCurveEffect(CurveChannel channel, int exposure)
System\Drawing\Imaging\Effects\HighlightCurveEffect.cs (1)
23public HighlightCurveEffect(CurveChannel channel, int highlight)
System\Drawing\Imaging\Effects\MidtoneCurveEffect.cs (1)
24public MidtoneCurveEffect(CurveChannel channel, int midtone)
System\Drawing\Imaging\Effects\ShadowCurveEffect.cs (1)
24public ShadowCurveEffect(CurveChannel channel, int shadow)
System\Drawing\Imaging\Effects\WhiteSaturationCurveEffect.cs (1)
24public WhiteSaturationCurveEffect(CurveChannel channel, int whiteSaturation)