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

# CIColorPolynomial

The properties you use to configure a color polynomial filter.

```
protocol CIColorPolynomial : CIFilterProtocol
```

## Topics

### Instance Properties

[`alphaCoefficients`](/documentation/CoreImage/CIColorPolynomial/alphaCoefficients)

Polynomial coefficients for the alpha channel.

[`blueCoefficients`](/documentation/CoreImage/CIColorPolynomial/blueCoefficients)

Polynomial coefficients for the blue channel.

[`greenCoefficients`](/documentation/CoreImage/CIColorPolynomial/greenCoefficients)

Polynomial coefficients for the green channel.

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

The image to use as an input image.

[`redCoefficients`](/documentation/CoreImage/CIColorPolynomial/redCoefficients)

Polynomial coefficients for the red channel.

## See Also

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

Alters 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)