---
title: intensity
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cicolormonochrome/intensity
---

# intensity

The intensity of the monochrome effect.

## Declaration

```swift
var intensity: Float { get set }
```

## Discussion

Discussion A value of 1.0 creates a monochrome image using the supplied color. A value of 0.0 has no effect on the image.

## See Also

### Instance Properties

- [color](coreimage/cicolormonochrome/color.md)
- [inputImage](coreimage/cicolormonochrome/inputimage.md)
