コード例 #1
0
ファイル: module.py プロジェクト: CensoredUsername/renpy
def imageblend(a, b, dst, img, amap):
    alpha = byte_offset(img)[3]
    _renpy.imageblend(a, b, dst, img, alpha, amap)
コード例 #2
0
def imageblend(a, b, dst, img, amap):
    alpha = byte_offset(img)[3]
    _renpy.imageblend(a, b, dst, img, alpha, amap)
コード例 #3
0
def imageblend(a, b, dst, img, amap):        
    red = byte_offset(img)[0]
    _renpy.imageblend(a, b, dst, img, red, amap)