FColor4Multiply(FColor4, Single) Operator
Return the result of a color multiplied by a scalar value.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FColor4 operator *(
FColor4 multiplicand,
float multiplier
)
Public Shared Operator * (
multiplicand As FColor4,
multiplier As Single
) As FColor4
No code example is currently available or this language may not be supported.
- multiplicand FColor4
-
Reference to the multiplicand.
- multiplier Single
-
Reference to the multiplier.
FColor4
Reference to a new color representing the result of the
multiplication.