예제 #1
0
파일: imaging.py 프로젝트: Axelancerr/Life
def blueshift(image: Image, factor: float) -> None:
    image.blue_shift(factor=factor)