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

# CIColorCubesMixedWithMask

The properties you use to configure a color cube mixed with mask filter.

```
protocol CIColorCubesMixedWithMask : CIFilterProtocol
```

## Topics

### Instance Properties

[`colorSpace`](/documentation/CoreImage/CIColorCubesMixedWithMask/colorSpace)

The working color space.

[`cube0Data`](/documentation/CoreImage/CIColorCubesMixedWithMask/cube0Data)

The cube texture data to use as a color lookup table.

[`cube1Data`](/documentation/CoreImage/CIColorCubesMixedWithMask/cube1Data)

The cube texture data to use as a color lookup table.

[`cubeDimension`](/documentation/CoreImage/CIColorCubesMixedWithMask/cubeDimension)

The length, in texels, of each side of the cube texture.

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

The image to use as an input image.

[`maskImage`](/documentation/CoreImage/CIColorCubesMixedWithMask/maskImage)

A masking image.

[`extrapolate`](/documentation/CoreImage/CIColorCubesMixedWithMask/extrapolate)

If true, then the filter extrapolates the color cube for any RGB component values outside the range 0.0 to 1.0.

## See Also

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

Alters an image’s pixels using a three-dimensional color tables and a mask image.



---

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)