From 337185dbb3b707c768ad4b440d36ceaf3767f145 Mon Sep 17 00:00:00 2001 From: Alexander <84857900+4z0t@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:11:11 +0300 Subject: [PATCH] Document CMauiBitmap:SetColorMask (#6500) --- engine/User/CMauiBitmap.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/engine/User/CMauiBitmap.lua b/engine/User/CMauiBitmap.lua index 278b891143..8a5f7f851b 100644 --- a/engine/User/CMauiBitmap.lua +++ b/engine/User/CMauiBitmap.lua @@ -33,6 +33,11 @@ end function CMauiBitmap:SetForwardPattern() end +---Sets color mask applied to bitmap during rendering (white images will get this color for example) +---@param color Color +function CMauiBitmap:SetColorMask(color) +end + --- ---@param frame number function CMauiBitmap:SetFrame(frame)