This documentation is for the old version. Go to the latest Graphics Mill docs

Glow Constructor (Color)

Creates and initializes new Glow class instance. You can set glow color here.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub New ( _
	glowColor As Color _
)
C#
public Glow(
	Color glowColor
)

Parameters

glowColor

Type: Aurigma.GraphicsMill.Color

Color value that specifies glow color. You can change it later using GlowColor property.

See Also

Reference