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