Insert Method (IGradientStops)
In This Topic
Adds a stop to a gradient and specifies the brightness, as well as the transparency of the color.
Syntax
void Insert(
System.int ,
System.double ,
System.double ,
System.int ,
System.double
)
Parameters
- rgb
- Specifies the color at the gradient stop.
- position
- Specifies the position of the stop within the gradient expressed as a percent.
- transparency
- Specifies the opacity of color at the gradient stop.
- index
- The index number of the stop.
- brightness
- Specifies the brightness of the color at the gradient stop.
See Also