ImageMagickをメインに、画像処理についてのTipsを書いていきます。
# coding=UTF-8from visual import *# 不透明度を設定for lc in range(0,9): sphere1 = sphere(pos=(lc, 0, 0), radius=1, color=(0x99/255.,0xdd/255.,0xff/255.), opacity=(10-lc)/10.)
Post a Comment
No comments:
Post a Comment