15 references to DitherType
System.Drawing.Common (12)
System\Drawing\Bitmap.cs (2)
458
(GdiPlus.
DitherType
)ditherType,
471
(GdiPlus.
DitherType
)ditherType,
System\Drawing\Imaging\DitherType.cs (10)
19
None = GdiPlus.
DitherType
.DitherTypeNone,
27
Solid = GdiPlus.
DitherType
.DitherTypeSolid,
33
Ordered4x4 = GdiPlus.
DitherType
.DitherTypeOrdered4x4,
38
Ordered8x8 = GdiPlus.
DitherType
.DitherTypeOrdered8x8,
43
Ordered16x16 = GdiPlus.
DitherType
.DitherTypeOrdered16x16,
48
Spiral4x4 = GdiPlus.
DitherType
.DitherTypeSpiral4x4,
53
Spiral8x8 = GdiPlus.
DitherType
.DitherTypeSpiral8x8,
58
DualSpiral4x4 = GdiPlus.
DitherType
.DitherTypeDualSpiral4x4,
63
DualSpiral8x8 = GdiPlus.
DitherType
.DitherTypeDualSpiral8x8,
70
ErrorDiffusion = GdiPlus.
DitherType
.DitherTypeErrorDiffusion
System.Private.Windows.GdiPlus (3)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (3)
433
/// <inheritdoc cref="GdipBitmapConvertFormat(winmdroot.Graphics.GdiPlus.GpBitmap*, int, winmdroot.Graphics.GdiPlus.
DitherType
, winmdroot.Graphics.GdiPlus.PaletteType, winmdroot.Graphics.GdiPlus.ColorPalette*, float)"/>
434
internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipBitmapConvertFormat(ref winmdroot.Graphics.GdiPlus.GpBitmap pInputBitmap, int format, winmdroot.Graphics.GdiPlus.
DitherType
dithertype, winmdroot.Graphics.GdiPlus.PaletteType palettetype, winmdroot.Graphics.GdiPlus.ColorPalette* palette, float alphaThresholdPercent)
444
internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipBitmapConvertFormat(winmdroot.Graphics.GdiPlus.GpBitmap* pInputBitmap, int format, winmdroot.Graphics.GdiPlus.
DitherType
dithertype, winmdroot.Graphics.GdiPlus.PaletteType palettetype, winmdroot.Graphics.GdiPlus.ColorPalette* palette, float alphaThresholdPercent);