FColor4Clone Method
Return a memberwise clone of the provided color.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FColor4 Clone(
FColor4 source
)
Public Shared Function Clone (
source As FColor4
) As FColor4
No code example is currently available or this language may not be supported.
- source FColor4
-
Reference to the source color to be cloned.
FColor4
Reference to a new FColor4 instance where the primitive member values
are the same as those in the source, if a legitimate source was
provided. Otherwise, an empty FColor4.