Initializes a new instance of the ColorBlend class with the specified number of colors and positions.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
public ColorBlendEx(
int
)
Parameters
- count
- The number of colors and positions in this ColorBlendEx.
See Also