Creates and initializes an instance of the GradientColor class.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Sub New ( _ color As String _ )
public GradientColor( string 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.