ColorF Constructor(ColorF,Single)
In This Topic
Initializes a new instance of the
ColorF struct.
Syntax
'Declaration
Public Function New( _
ByVal As ColorF, _
Optional ByVal As Single _
)
public ColorF(
ColorF ,
float
)
Parameters
- value
- The source ColorF.
- alpha
- The alpha component of the color.
See Also