This documentation is for the old version. Go to the latest Upload Suite docs

GradientColor Constructor (Color)

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Creates and initializes an instance of the GradientColor class.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Sub New ( _
	color As Color _
)
C#
public GradientColor(
	Color color
)

Parameters

color

Type: System.Drawing.Color

The color used for both a top and bottom colors.

See Also

Reference