Creates and initializes new Glow class instance. You can set all glow parameters here.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ glowColor As Color, _ intensity As Single, _ radius As Single, _ enlargeToFit As Boolean _ )
Type: Aurigma.GraphicsMill.Color
Color value that specifies glow color. You can change it later using GlowColor property.Type: System.Single
Positive Single value that specifies glow intensity. Small values (about 1.0 or below) provide hardly visible glow. In the same time, large values (say, about 50) provide too heavy glow. You can change it later using Intensity property.Type: System.Single
Value that specifies a blur radius used to blur the glow. You can change it later using Radius property.Type: System.Boolean
Value that specifies whether to enlarge the image to fit entire glow. You can change it later using EnlargeToFit property.