'DeclarationOverloads Sub Insert( _ ByVal rgb As Color, _ ByVal position As System.Double, _ ByVal transparency As System.Double _ )
'UsageDim instance As IGradientStops Dim rgb As Color Dim position As System.Double Dim transparency As System.Double instance.Insert(rgb, position, transparency)
void Insert( Color rgb, System.double position, System.double transparency )
procedure Insert(
rgb: Color;
position: System.Double;
transparency: System.Double
);
function Insert( rgb : Color, position : System.double, transparency : System.double );
void Insert( Color rgb, System.double position, System.double transparency )
void Insert( Color rgb, System.double position, System.double transparency )
Parameters
- 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)