Click or drag to resize

GameLiftManagerConvertFloatArrayToColorArray Method

Converts a float array into a Color array

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Color[] ConvertFloatArrayToColorArray(
	float[] _floatColors
)

Parameters

_floatColors
Type: SystemSingle
The float array to convert into a Color array

Return Value

Type: Color
A Color array representing the float array passed in
See Also