Path: blob/main/release-content/migration-guides/chromatic_aberration_option.md
6592 views
---
---
The ChromaticAberration
component color_lut
field use to be a regular Handle<Image>
. Now, it is an Option<Handle<Image>>
which falls back to the default image when None
. For users assigning a custom LUT, just wrap the value in Some
.