GradientColor Constructor (String) ActiveX/Java Uploader ASP.NET

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

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