FColor4Clone Method

Return a memberwise clone of the provided color.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FColor4 Clone(
	FColor4 source
)

Parameters

source  FColor4
Reference to the source color to be cloned.

Return Value

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.

See Also