Skip to content

Commit

Permalink
Document CMauiBitmap:SetColorMask (FAForever#6500)
Browse files Browse the repository at this point in the history
  • Loading branch information
4z0t authored Oct 31, 2024
1 parent 7e4d12d commit 337185d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions engine/User/CMauiBitmap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 337185d

Please sign in to comment.