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 from their working space 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
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
PdnDistortionEffect.Props<TDerived>
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
PdnInkSketchEffect.Props
PdnJuliaFractalEffect

A Direct2D effect that renders a Julia fractal.

PdnJuliaFractalEffect.Props
PdnMandelbrotFractalEffect
PdnMandelbrotFractalEffect.Props
PdnMotionBlurEffect

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

PdnMotionBlurEffect.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
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
PdnSoftenPortraitEffect

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

PdnSoftenPortraitEffect.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
PdnMandelbrotFractalAlphaMode
PdnMotionBlurAlphaMode
PdnMotionBlurEdgeMode
PdnPencilSketchAlphaMode
PdnPixelateAlphaMode
PdnPixelateInterpolationMode
PdnRadialBlurAlphaMode
PdnReliefAlphaMode
PdnSoftenPortraitAlphaMode
PdnVignetteAlphaMode
PdnVignetteInputGamma
PdnZoomBlurAlphaMode