Utility.RGBtoHSV Method

Public Shared Sub RGBtoHSV( _ 
ByVal color As Color, _ 
ByRef hsvCol As Double() _ 
)
This language is not supported or no code example is available.
public static void RGBtoHSV( 
Color color
out double[] hsvCol 
)
This language is not supported or no code example is available.

Parameters

color
Color

hsvCol
double[]

.NET Framework

Supported in: 4.8

In this article

Definition