Contents

isWhiteBalanceModeSupported(_:)

Returns a Boolean value that indicates whether the device supports the specified white balance mode.

Declaration

func isWhiteBalanceModeSupported(_ whiteBalanceMode: AVCaptureDevice.WhiteBalanceMode) -> Bool

Parameters

  • whiteBalanceMode:

    A white balance mode to use.

Return Value

true if the device supports the white balance mode; otherwise, false.

See Also

Configuring automatic white balance