UIColor.GetHSBA(nfloat, nfloat, nfloat, nfloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.