Click or drag to resize

GameLiftManagerConvertColorArrayToFloatArray Method

Converts a Color array into a float array

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

Parameters

_colors
Type: Color
The color array to convert into a float array

Return Value

Type: Single
A float array representing the color array passed in
See Also