[]
Creates a new color gradient section with the specified parameters.
public GradientSection(Color color, int amount, int alphaBlend)
Public Sub New(color As Color, amount As Integer, alphaBlend As Integer)
Type | Name | Description |
---|---|---|
Color | color | Color |
int | amount | Amount of the gradient |
int | alphaBlend | Amount of alpha-blending (transparency) |
Creates a new color gradient section with the specified parameters.
public GradientSection(Color color, int amount)
Public Sub New(color As Color, amount As Integer)
Type | Name | Description |
---|---|---|
Color | color | Color |
int | amount | Amount of the gradient |
Creates a new color gradient section with default settings.
public GradientSection(Color color)
Public Sub New(color As Color)
Type | Name | Description |
---|---|---|
Color | color | Color |