tf.keras.preprocessing.image.apply_channel_shift

Performs a channel shift.

x Input tensor. Must be 3D.
intensity Transformation intensity.
channel_axis Index of axis for channels in the input tensor.

Numpy image tensor.