提交 cb8104cc 编写于 作者: baidwwy's avatar baidwwy 🏋

置透明色

上级 391a21f8
-- @Author : GGELUA
-- @Date : 2022-03-07 18:52:00
-- @Last Modified by : baidwwy
-- @Last Modified time : 2022-04-04 06:42:10
-- @Last Modified time : 2022-04-25 09:09:48
local SDL = require('SDL')
local ggetype = ggetype
......@@ -132,6 +132,10 @@ function SDL图像:保存文件(file, tp, quality)
end
end
function SDL图像:置透明色(r, g, b)
return self._sf:SetColorKey(r, g, b)
end
function SDL图像:取透明色()
return self._sf:GetColorKey()
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册