SetImageColorMod( slot, color )
レンダリング時にイメージのカラーを乗算したカラーを設定します。
用例:
LoadImage
(
0
,
"tst.png"
)
SetImageColorMod
(
0
,
RGB
(
255
,
0
,
0
))