Explicit Type Conversion(ColorF,Vector3) Operator
Performs an explicit conversion from
Vector3 to
ColorF.
'Declaration
Overloads Public Operator Narrowing CType( _
ByVal As Vector3 _
) As ColorF
public ColorF operator explicit(
Vector3
)
Parameters
- value
- The value.
Return Value
The result of the conversion.