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

GradientColor Constructor (String)

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 String _
)
C#
public GradientColor(
	string color
)

Parameters

color

Type: System.String

The string representation of a gradient color. The string should have the following format: #aaaaaa;#bbbbbb, where #aaaaaa specifies a top gradient color and #bbbbbb - a bottom. Both colors should be specified in a hex representation of the RGB triad in HTML-style syntax.

See Also

Reference