'Declaration
Public Function New( _ ByVal color As Color, _ ByVal amount As Integer, _ ByVal alphaBlend As Integer _ )
'Usage
Dim color As Color Dim amount As Integer Dim alphaBlend As Integer Dim instance As New GradientSection(color, amount, alphaBlend)
Parameters
- color
- Color
- amount
- Amount of the gradient
- alphaBlend
- Amount of alpha-blending (transparency)