UIColor.GetHSBA(nfloat, nfloat, nfloat, nfloat) Method

Definition

Returns the hue, saturation, brightness and alpha components of the color.

public void GetHSBA (out nfloat hue, out nfloat saturation, out nfloat brightness, out nfloat alpha);
member this.GetHSBA :  *  *  *  -> unit

Parameters

hue
nfloat

Hue component value from 0.0 to 1.0f.

saturation
nfloat

Saturation component value from 0.0 to 1.0f

brightness
nfloat

Brightness component value from 0.0 to 1.0f.

alpha
nfloat

Alpha (transparency) value from 0.0 to 1.0f.

Remarks

This can be used from a background thread.

Applies to