Table of Contents

Class PdnMandelbrotFractalEffect.Props

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll
public sealed class PdnMandelbrotFractalEffect.Props : CustomEffectProperties
Inheritance
PdnMandelbrotFractalEffect.Props
Inherited Members

Constructors

Props()

Properties

AlphaMode

Specifies the alpha mode of the output. The default value is Premultiplied.

Angle

The rotation, in degrees, of the fractal. The default value is 0.

Factor

The factor value when computing the fractal. The range is [1, 10]. The default value is 1.

Offset

The rendering offset, in pixels, of the Mandelbrot fractal.

Quality

Specifies the quality of the output. The number of samples rendered for each output pixel will be equal to the square of the value. The range is 1 to 8, and the default is 2.

Size

The size of the Mandelbrot fractal, in pixels. This is normally set to the size of the output buffer.

Zoom

The zoom level of the fractal. The default value is 10.

Methods

CreateImpl()
GetAuthor()
GetCategory()
GetDescription()
GetDisplayName()