Utility.HSVtoRGB Method

Public Shared Function HSVtoRGB( _ 
ByVal hsvCol As Double() _ 
) As Color
This language is not supported or no code example is available.
public static Color HSVtoRGB( 
double[] hsvCol 
)
This language is not supported or no code example is available.

Parameters

hsvCol
double[]

Return Value

Color

.NET Framework

Supported in: 4.8

In this article

Definition