Color.HSVToColor Method

Definition

Overloads

HSVToColor(Int32, Single[])
HSVToColor(Single[])

HSVToColor(Int32, Single[])

public static Android.Graphics.Color HSVToColor (int alpha, float[] hsv);
static member HSVToColor : int * single[] -> Android.Graphics.Color

Parameters

alpha
Int32
hsv
Single[]

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

HSVToColor(Single[])

public static Android.Graphics.Color HSVToColor (float[] hsv);
static member HSVToColor : single[] -> Android.Graphics.Color

Parameters

hsv
Single[]

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to