Create a new collection with 2 initial color stops positioned at 0 and 1 with colors start and end, respectivey.

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

Syntax

C#
public ColorStopCollection(
	Color start,
	Color end
)
Visual Basic
Public Sub New ( _
	start As Color, _
	end As Color _
)

Parameters

start
Type: TallComponents.PDF.Colors..::..Color
This is the color of the color stop at position 0.
end
Type: TallComponents.PDF.Colors..::..Color
This is the color of the color stop at position 1.

See Also