---
title: flash
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdlcamera/flash
---

# flash

Red, green, and blue factors to be used in brightening darker areas of the camera’s image.

## Declaration

```swift
var flash: vector_float3 { get set }
```

## Discussion

Discussion In real-world film processing, flashing is a small and even level of exposure added to the entire image, intended to shift the brightness and color of darker areas of the image. Because exposure is logarithmic, flash does not affect midtones or highlights. In color grading, this effect is also called lift and can be applied independently to the red, green, and blue channels of an image. A renderer can use negative component values to subtract color. The default value is {0,0,0}, leaving an image unaltered.

## See Also

### Modeling a Physical Imaging Surface

- [sensorVerticalAperture](modelio/mdlcamera/sensorverticalaperture.md)
- [sensorAspect](modelio/mdlcamera/sensoraspect.md)
- [sensorEnlargement](modelio/mdlcamera/sensorenlargement.md)
- [sensorShift](modelio/mdlcamera/sensorshift.md)
- [exposure](modelio/mdlcamera/exposure.md)
- [exposureCompression](modelio/mdlcamera/exposurecompression.md)
