[]
Creates a new gradient selection renderer.
public GradientSelectionRenderer(Color color1, Color color2, LinearGradientMode mode, int opacity)
Public Sub New(color1 As Color, color2 As Color, mode As LinearGradientMode, opacity As Integer)
Type | Name | Description |
---|---|---|
Color | color1 | Initial color in the gradient |
Color | color2 | Second color at the other end of the gradient |
LinearGradientMode | mode | Gradient mode |
int | opacity | Amount of opacity (opposite of transparency) |
Represents a renderer for selections with gradients.
public GradientSelectionRenderer()
Public Sub New()