Class PdnCloudsEffect.Props
- Namespace
 - PaintDotNet.Effects.Gpu
 
- Assembly
 - PaintDotNet.Effects.Gpu.dll
 
public sealed class PdnCloudsEffect.Props : CustomEffectProperties
  - Inheritance
 - 
      
      
      
      PdnCloudsEffect.Props
 
- Inherited Members
 
Constructors
Properties
- AlphaMode
 Specifies the alpha mode for the output. The default value is Premultiplied.
- Color1
 Specifies the primary color of the clouds. The default is black.
- Color2
 Specifies the secondary color of the clouds. The default is white.
- Power
 Specifies how much detail is in the clouds. The range is [0, 1] and the default is 0.5. This corresponds to the "Roughness" parameter in the Paint.NET Clouds UI.
- Scale
 Specifies the scaling for the clouds. The range is [2, 1000]. The default value is 250.
- Seed
 Specifies a seed number to use for random number generation. The default value is 0.
- SeedInstance
 Specifies a seed number to use for random number generation. The default value is auto-generated.
- Size
 The size of the clouds. This is not a clipping rect, but rather sets the base scaling. This is typically set to the size of the output region. The default is (1000, 1000).