9 references to
System.Drawing.Common (9)
System\Drawing\Imaging\Effects\BlurEffect.cs (1)
28
public BlurEffect(float radius, bool expandEdge) :
base
(PInvoke.BlurEffectGuid)
System\Drawing\Imaging\Effects\BrightnessContrastEffect.cs (1)
32
public BrightnessContrastEffect(int brightnessLevel, int contrastLevel) :
base
(PInvoke.BrightnessContrastEffectGuid)
System\Drawing\Imaging\Effects\ColorBalanceEffect.cs (1)
40
public ColorBalanceEffect(int cyanRed, int magentaGreen, int yellowBlue) :
base
(PInvoke.ColorBalanceEffectGuid)
System\Drawing\Imaging\Effects\ColorCurveEffect.cs (1)
16
:
base
(PInvoke.ColorCurveEffectGuid)
System\Drawing\Imaging\Effects\ColorLookupTableEffect.cs (1)
39
ReadOnlySpan<byte> alphaLookupTable) :
base
(PInvoke.ColorLUTEffectGuid)
System\Drawing\Imaging\Effects\ColorMatrixEffect.cs (1)
25
public ColorMatrixEffect(ColorMatrix matrix) :
base
(PInvoke.ColorMatrixEffectGuid)
System\Drawing\Imaging\Effects\LevelsEffect.cs (1)
44
:
base
(PInvoke.LevelsEffectGuid)
System\Drawing\Imaging\Effects\SharpenEffect.cs (1)
31
public SharpenEffect(float radius, float amount) :
base
(PInvoke.SharpenEffectGuid)
System\Drawing\Imaging\Effects\TintEffect.cs (1)
40
public TintEffect(int hue, int amount) :
base
(PInvoke.TintEffectGuid)