Difference between revisions of "Camera.setFlash"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(boolean) = camera.setFlash(mode) | (boolean) = camera.setFlash(mode) | ||
− | </ | + | </syntaxhighlight> |
Possible ''mode'' values are: | Possible ''mode'' values are: |
Latest revision as of 14:27, 13 July 2023
Available since: Gideros 2021.8
Class: camera
Description
Sets the flash mode to use.
(boolean) = camera.setFlash(mode)
Possible mode values are:
- 0: Automatic
- 1: Flash On
- 2: Flash Off
- 3: Torch mode
- 4: Red-eye cancel mode (Android only)
Parameters
mode (number) one of the flash mode constants
Return values
Returns (number) False if an error occured