# Stubs for moviepy.video.fx.gamma_corr (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. from typing import Any def gamma_corr(clip: Any, gamma: Any): ...