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