Applies glow effect.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Glow ( _ glowColor As Color _ )
public void Glow( Color glowColor )
You can also use Glow class to apply this effect.
If the bitmap does not have an alpha channel (e.g. its pixel format is Format24bppRgb), alpha channel is automatically added. So be aware that pixel format of the output bitmap may differ from the input one.
bitmap.Transforms.Glow(Aurigma.GraphicsMill.RgbColor.Red)
bitmap.Transforms.Glow(Aurigma.GraphicsMill.RgbColor.Red);