<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIColorControls",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIColorControls"
  },
  "title" : "CIColorControls"
}
-->

# CIColorControls

The properties you use to configure a color controls filter.

```
protocol CIColorControls : CIFilterProtocol
```

## Topics

### Instance Properties

[`brightness`](/documentation/CoreImage/CIColorControls/brightness)

The amount of brightness to apply.

[`contrast`](/documentation/CoreImage/CIColorControls/contrast)

The amount of contrast to apply.

[`inputImage`](/documentation/CoreImage/CIColorControls/inputImage)

The image to use as an input image.

[`saturation`](/documentation/CoreImage/CIColorControls/saturation)

The amount of saturation to apply.

## See Also

[`colorControls()`](/documentation/CoreImage/CIFilter-swift.class/colorControls())

Alters the brightness, contrast, and saturation of an image’s colors.



---

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)