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

# CIColorCrossPolynomial

The properties you use to configure a color cross-polynomial filter.

```
protocol CIColorCrossPolynomial : CIFilterProtocol
```

## Topics

### Instance Properties

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

Polynomial coefficients for the blue channel.

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

Polynomial coefficients for the green channel.

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

The image to use as an input image.

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

Polynomial coefficients for the red channel.

## See Also

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

Adjusts an image’s color by applying polynomial cross-products.



---

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)