コード例 #1
0
ファイル: imaging.py プロジェクト: Axelancerr/Life
def blueshift(image: Image, factor: float) -> None:
    image.blue_shift(factor=factor)