Utility.DoubleArrayToColor Method

Converts a double[3] to Color.
Public Shared Function DoubleArrayToColor( _ 
ByVal color As Double() _ 
) As Color
This language is not supported or no code example is available.
public static Color DoubleArrayToColor( 
double[] color 
)
This language is not supported or no code example is available.

Parameters

color
double[]

Return Value

Color

.NET Framework

Supported in: 4.8

In this article

Definition