<!--
{
  "availability" : [
    "watchOS: 5.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKSimpleGaugeProvider/init(style:gaugeColors:gaugeColorLocations:fillFraction:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKSimpleGaugeProvider(cm)gaugeProviderWithStyle:gaugeColors:gaugeColorLocations:fillFraction:"
  },
  "title" : "init(style:gaugeColors:gaugeColorLocations:fillFraction:)"
}
-->

# init(style:gaugeColors:gaugeColorLocations:fillFraction:)

Creates a multicolor gauge.

```
convenience init(style: CLKGaugeProviderStyle, gaugeColors: [UIColor]?, gaugeColorLocations: [NSNumber]?, fillFraction: Float)
```

## Parameters

`style`

The style defining the gauge’s visual appearance. For a list of valid styles, see [`CLKGaugeProviderStyle`](/documentation/ClockKit/CLKGaugeProviderStyle).

`gaugeColors`

The gauge’s colors. These colors are displayed as a gradient.

`gaugeColorLocations`

The location of each color along the gauge. Locations are values between `0.0` and `1.0`. If `nil`, the colors are evenly spaced along the gauge.

`fillFraction`

The value displayed by the gauge. Use a value between `0.0` and `1.0`. For an empty gauge, use [`CLKSimpleGaugeProviderFillFractionEmpty`](/documentation/ClockKit/CLKSimpleGaugeProviderFillFractionEmpty).

## Return Value

A newly instantiated multicolor gauge.

## Discussion

If you provide both colors and locations, then the `gaugeColors` and `gaugeColorLocations` arrays must be the same length.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)