'Declaration Public Function AddGlow( _ ByVal backColor As System.Nullable(Of Color), _ ByVal glowColor As System.Drawing.Color, _ Optional ByVal glowOpacity As System.Single, _ Optional ByVal inflationRadius As System.Integer, _ Optional ByVal gaussianBlurRadius As System.Integer _ ) As GcBitmap
public GcBitmap AddGlow( System.Nullable<Color> backColor, System.Drawing.Color glowColor, System.float glowOpacity, System.int inflationRadius, System.int gaussianBlurRadius )
Parameters
- backColor
- The optional background color of the resulting image.
- glowColor
- The glow color.
- glowOpacity
- The glow opacity, from 0 to 1.
- inflationRadius
- The glow inflation radius, in pixels.
- gaussianBlurRadius
- The Gaussian blur radius, in pixels.
Return Value
A GcBitmap with the glow effect added.