GradientColor Constructor (Color, Color) 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(
	Color color1,
	Color color2
)

Parameters

color1

Type: System.Drawing..Color

The top gradient color

color2

Type: System.Drawing..Color

The bottom gradient color.

See Also

Reference