Table of Contents

Namespace PaintDotNet.Effects.Gpu

Classes

GpuDrawingEffect

The base class for Direct2D GPU effects that use drawing commands (e.g. DrawBitmap, FillRectangle).

GpuDrawingEffectOptions
GpuDrawingEffectOptionsFactory
GpuDrawingEffect<TToken>
GpuEffect

The base class for Direct2D GPU effects. This class is for advanced scenarios. You should probably derive from GpuImageEffect/PropertyBasedGpuImageEffect or GpuDrawingEffect/PropertyBasedGpuDrawingEffect.

GpuEffect2
GpuEffectColorContext

Secifies the color space that a GpuEffect performs its rendering in. Input images will be converted to this color space, and the output of the effect will then be converted back to the working space of the source image.

GpuEffectOptions
GpuEffectOptionsFactory
GpuEffect<TToken>
GpuImageEffect

The base class for Direct2D GPU effects that are based on Direct2D's imaging/effects system. For effects that want to be based on drawing commands (e.g. DrawBitmap, FillRectangle), GpuDrawingEffect (or PropertyBasedGpuDrawingEffect) is probably the right choice instead of this class.

GpuImageEffectOptions
GpuImageEffectOptionsFactory
GpuImageEffect<TToken>

The base class for Direct2D GPU effects. This class is for advanced scenarios. You should probably derive from GpuImageEffect/PropertyBasedGpuImageEffect or GpuDrawingEffect/PropertyBasedGpuDrawingEffect.

GpuObjectRefExtensions
PdnAddNoiseEffect

A Direct2D effect that renders Paint.NET's Add Noise effect.

PdnAddNoiseEffect.Props
PdnAutoLevel

Contains methods that enable the calculation of auto-leveling values for use with PdnLevelsEffect.

PdnBrightnessContrastEffect

A Direct2D effect that operates the same as Paint.NET's built-in Brightness & Contrast adjustment.

PdnBrightnessContrastEffect.Props
PdnBulgeEffect

Provides Paint.NET's Bulge effect as a DynamicEffect that can be used for rendering with Direct2D.

PdnBulgeEffect.Props
PdnCloudsEffect

A Direct2D effect that renders Paint.NET's Clouds effect.

PdnCloudsEffect.Props
PdnCrystalizeEffect

Provides Paint.NET's Crystalize effect as a DynamicEffect that can be used for rendering with Direct2D.

PdnCrystalizeEffect.Props
PdnDentsEffect

Provides Paint.NET's Dents effect as a DynamicEffect that can be used for rendering with Direct2D.

PdnDentsEffect.Props
PdnDistortionEffect

The base class for Paint.NET distortion effects.

PdnDistortionEffect.Props
PdnDropShadowEffect

A Direct2D effect that operates the same as Paint.NET's built-in Drop Shadow effect.

PdnDropShadowEffect.Props
PdnEmbossEffect

A Direct2D effect that renders Paint.NET's Emboss effect.

PdnEmbossEffect.Props
PdnFragmentEffect

A Direct2D effect that operates the same as Paint.NET's built-in Fragment effect.

PdnFragmentEffect.Props
PdnFrostedGlassEffect
PdnFrostedGlassEffect.Props
PdnGlowEffect

A Direct2D effect that operates the same as Paint.NET's built-in Glow effect.

PdnGlowEffect.Props
PdnHueSaturationLightnessEffect

A Direct2D effect that adjusts hue, saturation, and lightness in the same manner as Paint.NET's built-in Hue & Saturation adjustment.

PdnHueSaturationLightnessEffect.Props
PdnInkSketchEffect

A Direct2D effect that renders Paint.NET's Ink Sketch effect.

PdnInkSketchEffect.Props
PdnJuliaFractalEffect

A Direct2D effect that renders a Julia fractal.

PdnJuliaFractalEffect.Props
PdnLevelsEffect

A Direct2D effect that can move and stretch the brightness and contrast levels of an image.

PdnLevelsEffect.Props
PdnMandelbrotFractalEffect
PdnMandelbrotFractalEffect.Props
PdnMotionBlurEffect

A Direct2D effect that operates the same as Paint.NET's Motion Blur effect.

PdnMotionBlurEffect.Props
PdnOilPaintingEffect

A Direct2D effect that implements Paint.NET's Oil Painting effect.

PdnOilPaintingEffect.Props
PdnOutlineEffect
PdnOutlineEffect.Props
PdnPencilSketchEffect

A Direct2D effect that renders Paint.NET's Pencil Sketch effect.

PdnPencilSketchEffect.Props
PdnPixelateEffect

A Direct2D effect that operates the same as Paint.NET's Pixelate effect.

PdnPixelateEffect.Props
PdnPolarInversionEffect

Provides Paint.NET's Polar Inversion effect as a DynamicEffect that can be used for rendering with Direct2D.

PdnPolarInversionEffect.Props
PdnRadialBlurEffect

Provides Paint.NET's Radial Blur effect as a DynamicEffect that can be used for rendering with Direct2D.

PdnRadialBlurEffect.Props
PdnReduceNoiseEffect

A Direct2D effect that renders Paint.NET's built-in Reduce Noise effect.

PdnReduceNoiseEffect.Props
PdnReliefEffect

A Direct2D effect that operates the same as Paint.NET's Relief effect.

PdnReliefEffect.Props
PdnRotateZoomEffect

Provides Paint.NET's Rotate/Zoom effect as a DynamicEffect that can be used for rendering with Direct2D.

PdnRotateZoomEffect.Props
PdnSketchBlurEffect

A Direct2D effect that renders Paint.NET's Sketch Blur effect.

PdnSketchBlurEffect.Props
PdnSoftenPortraitEffect

A Direct2D effect that operates the same as Paint.NET's built-in Soften Portrait effect.

PdnSoftenPortraitEffect.Props
PdnSurfaceBlurEffect

A Direct2D effect that renders Paint.NET's built-in Surface Blur effect.

Surface Blur is a bilateral filter that blurs the image while preserving sharp details and edges.

PdnSurfaceBlurEffect.Props
PdnTileReflectionEffect

Provides Paint.NET's Tile Reflection effect as a DynamicEffect that can be used for rendering with Direct2D.

PdnTileReflectionEffect.Props
PdnTwistEffect

Provides Paint.NET's Twist effect as a DynamicEffect that can be used for rendering with Direct2D.

PdnTwistEffect.Props
PdnVignetteEffect

A Direct2D effect that operates the same as Paint.NET's built-in Vignette effect.

PdnVignetteEffect.Props
PdnZoomBlurEffect

Provides Paint.NET's Zoom Blur effect as a DynamicEffect that can be used for rendering with Direct2D.

PdnZoomBlurEffect.Props
PropertyBasedGpuDrawingEffect

The base class for Direct2D GPU effects that use drawing commands (e.g. DrawBitmap, FillRectangle) and that also use IndirectUI.

PropertyBasedGpuEffect

The base class for Direct2D GPU effects that use IndirectUI. This class is for very advanced scenarios. You should probably derive from GpuImageEffect, PropertyBasedGpuImageEffect, GpuDrawingEffect, or PropertyBasedGpuDrawingEffect.

PropertyBasedGpuImageEffect

The base class for Direct2D GPU effects that are based on Direct2D's imaging/effects system and that also use IndirectUI. For effects that want to be based on drawing commands (e.g. DrawBitmap, FillRectangle), GpuDrawingEffect or PropertyBasedGpuDrawingEffect is probably the right choice instead of this class.

Structs

PdnRotateZoomEffect.RollPropertyAccessor

Interfaces

IGpuDrawingEffect
IGpuDrawingEffectOptions
IGpuDrawingEffectRenderInfo
IGpuEffect
IGpuEffect2
IGpuEffectDocumentInfo
IGpuEffectDocumentInfo2
IGpuEffectEnvironment
IGpuEffectEnvironment2
IGpuEffectImage

This is the base interface for GPU images that are accessible from a GPU effect's environment (IGpuEffectEnvironment2).

IGpuEffectInputImage
IGpuEffectLayerInfo
IGpuEffectLayerInfo2
IGpuEffectOptions
IGpuEffectRenderInfo
IGpuEffectSelectionInfo
IGpuEffectSelectionInfo2
IGpuImageEffect
IGpuImageEffectOptions
IGpuImageEffectRenderInfo
IReadOnlyGpuDrawingEffectRenderInfo
IReadOnlyGpuEffectRenderInfo
IReadOnlyGpuImageEffectRenderInfo

Enums

GpuEffectAlphaMode
GpuEffectRenderingFlags
InspectTokenAction
PdnAddNoiseAlphaMode
PdnBrightnessContrastAlphaMode
PdnBrightnessContrastInputGamma
PdnCloudsAlphaMode
PdnDistortionAlphaMode
PdnDistortionEdgeMode
PdnDistortionSamplingMode
PdnDropShadowAlphaMode
PdnDropShadowOptimization
PdnEmbossAlphaMode
PdnFragmentAlphaMode
PdnGlowAlphaMode
PdnHueSaturationLightnessAlphaMode
PdnInkSketchAlphaMode
PdnJuliaFractalAlphaMode
PdnLevelsAlphaMode
PdnMandelbrotFractalAlphaMode
PdnMotionBlurAlphaMode
PdnMotionBlurEdgeMode
PdnMotionBlurKernelType

Specifies the kernel that is used for blurring.

PdnOilPaintingAlphaMode
PdnOilPaintingEdgeMode
PdnOilPaintingKernelShape
PdnOutlineAlphaMode
PdnOutlineEdgeMode
PdnPencilSketchAlphaMode
PdnPixelateAlphaMode
PdnPixelateInterpolationMode
PdnRadialBlurAlphaMode
PdnReduceNoiseAlphaMode
PdnReduceNoiseEdgeMode
PdnReliefAlphaMode
PdnSketchBlurAlphaMode
PdnSketchBlurEdgeMode
PdnSoftenPortraitAlphaMode
PdnSurfaceBlurAlphaMode
PdnSurfaceBlurEdgeMode
PdnVignetteAlphaMode
PdnVignetteInputGamma
PdnZoomBlurAlphaMode