An ordered collection of gradient color stops
(i.e. a GraphicsGradientStop
) for a gradient brush. There is
always at least the starting stop and the ending stop in the collection.
Initialize self. See help(type(self)) for accurate signature. |
|
Add a new color to the collection. |
|
An ordered collection of gradient color stops
(i.e. a GraphicsGradientStop
) for a gradient brush. There is
always at least the starting stop and the ending stop in the collection.
Initialize self. See help(type(self)) for accurate signature.
Add a new color to the collection. args
may be either a gradient stop,
or a colour and position.
See SetEndColour
, GetEndColour
See SetStartColour
, GetStartColour