FColor4TransferValues Method
Transfer the member values of one instance to another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static void TransferValues(
FColor4 source,
FColor4 target
)
Public Shared Sub TransferValues (
source As FColor4,
target As FColor4
)
No code example is currently available or this language may not be supported.
Parameters
- source FColor4
-
Reference to the source color whose values will be assigned.
- target FColor4
-
Reference to the target color that will receive the values.