Bases: Struct
A flash and no-flash image captured back to back at the same framing.
Source code in capturegraph-lib/capturegraph/types/compositions/flash_pair.py
| class FlashPair(Struct):
"""A flash and no-flash image captured back to back at the same framing."""
flash: Image
no_flash: Image
|