setBackgroundRGBColor

Sets the background color of the camera view.

Parameters

backgroundColor

The color value as a @ColorInt.

open fun setBackgroundRGBColor(backgroundColor: Int): CameraSettings

Sets the background color of the camera view.

Parameters

backgroundColor

The color value as a @RelativeColor.

open fun setBackgroundRGBColor(backgroundColor: FloatArray): CameraSettings