tf.keras.preprocessing.image.apply_brightness_shift

Performs a brightness shift.

x Input tensor. Must be 3D.
brightness Float. The new brightness value.
channel_axis Index of axis for channels in the input tensor.

Numpy image tensor.

ValueError if brightness_range isn't a tuple.