init(deviceHue:saturation:brightness:alpha:)
Creates a color object using the given opacity value and HSB color space components.
Declaration
init(deviceHue hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat)Parameters
- hue:
The hue component of the color object.
- saturation:
The saturation component of the color object.
- brightness:
The brightness component of the color object.
- alpha:
The opacity value of the color object.
Return Value
The color object.
Discussion
Values below 0.0 are interpreted as 0.0, and values above 1.0 are interpreted as 1.0.