CG_COPY_REVERSE_AMAP_UD

Last-modified: 2007-04-03 (火) 22:43:27

関数群名

SACT2

機能

スプライトCGのαマップのみを上下反転させ、その結果を別のスプライトへコピーします。

定義

void CG_COPY_REVERSE_AMAP_UD(int nDest, int nDx, int nDy, int nSrc,
  int nSx, int nSy, int nWidth, int nHeight)

引数

nDest
 コピー先SP
nDx,nDy
 コピー先開始座標(横,縦)
nSrc 
 コピー元SP
nSx,nSy
 コピーの開始座標(横,縦)
bWidth,nHeight
 コピーのXサイズ,Yサイズ

戻り値

なし

解説

SACT2 CG加工

サンプル

 待ち

サンプル出力例

 待ち

定義位置

System\SACT\DrawGraph.jaf

関連

CG_COPY_REVERSE_UD
CG_COPY_REVERSE_AMAP_LR