Create a new color stop with given color and position.

Namespace: TallComponents.PDF.Brushes
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public ColorStop(
	Color color,
	double position
)
Visual Basic
Public Sub New ( _
	color As Color, _
	position As Double _
)

Parameters

color
Type: TallComponents.PDF.Colors..::..Color
The color of this color stop.
position
Type: System..::..Double
The position of this color stop.

See Also