Class PdnJuliaFractalEffect.Props
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
public sealed class PdnJuliaFractalEffect.Props : CustomEffectProperties
- Inheritance
-
PdnJuliaFractalEffect.Props
- Inherited Members
Constructors
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 4.
- Offset
The rendering offset, in pixels, of the Julia 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 Julia 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 1.