'Declaration
Overloads Sub InsertAt( _ ByVal index As System.Integer, _ ByVal rgb As Color, _ ByVal position As System.Double, _ ByVal transparency As System.Double _ )
'Usage
Dim instance As IGradientStops Dim index As System.Integer Dim rgb As Color Dim position As System.Double Dim transparency As System.Double instance.InsertAt(index, rgb, position, transparency)
void InsertAt( System.int index, Color rgb, System.double position, System.double transparency )
Parameters
- index
- The index of the new gradient stop
- rgb
- The color of the gradient stop as an RGB value
- position
- The position of the gradient stop as a value from 0.0 to 1.0
- transparency
- The transparency of the gradient stop as a value from 0.0 (opaque) to 1.0 (transparent)