| Description: |
For devices that support flash. CapSet() selects the flash to be used (if any).
CapGet() reports the current setting. This capability replaces
ICAP_FLASHUSED, which is only able to negotiate the flash being on or off.
|
| Remarks: |
Note that an image with flash may have a different color composition than an image without
flash.
|
| Data type: |
Integer
|
| Default value: |
TWFL_NONE(0)
|
| Allowed values: |
TWFL_NONE(0), TWFL_OFF(1), TWFL_ON(2), TWFL_AUTO(3), TWFL_REDEYE(4)
|
| CapType for GET: |
TW_ENUMERATION,
TW_ONEVALUE
|
| CapType for SET: |
TW_ENUMERATION,
TW_ONEVALUE
|
| See also: |
ICAP_FLASHUSED
|
|