Utility.ColorToDoubleArray Method

Converts a Color to a double[4] with components in the [0,1] range.
Public Shared Function ColorToDoubleArray( _ 
ByVal color As Color
) As Double()
This language is not supported or no code example is available.
public static double[] ColorToDoubleArray( 
Color color 
)
This language is not supported or no code example is available.

Parameters

color
Color

Return Value

double[]

.NET Framework

Supported in: 4.8

In this article

Definition