Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ setBlendMode
Method
setBlendMode
src/Abyss/Common/Animation.h:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
void setPalette(const Abyss::DataTypes::Palette &palette) { _drawable.setPalette(palette); }
33
34
void setBlendMode(Enums::BlendMode blendMode) { _drawable.setBlendMode(blendMode); }
35
};
36
37
} // namespace Abyss::Common
Callers
1
Drawable.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected