Utility.FloatArrayToColor Method

Converts a float[4] to Color.
Public Shared Function FloatArrayToColor( _ 
ByVal color As Single() _ 
) As Color
This language is not supported or no code example is available.
public static Color FloatArrayToColor( 
float[] color 
)
This language is not supported or no code example is available.

Parameters

color
float[]

Return Value

Color

.NET Framework

Supported in: 4.8

In this article

Definition