Constructor ColorStopCollection
Namespace TallComponents.PDF.Brushes
Class ColorStopCollection
Create a new collection with 2 initial color stops positioned at 0 and 1 with colors start and end, respectively.
Syntax
public
ColorStopCollection(
Color
start
,
Color
end
)
Parameters
Color
start
This is the color of the color stop at position 0.
Color
end
This is the color of the color stop at position 1.