Home
last modified time | relevance | path

Searched refs:drawable_api_get_color_modulation (Results 1 – 5 of 5) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DSurfaceApi.cpp67 { "get_color_modulation", drawable_api_get_color_modulation }, in register_surface_module()
H A DDrawableApi.cpp253 int LuaContext::drawable_api_get_color_modulation(lua_State* l) { in drawable_api_get_color_modulation() function in Solarus::LuaContext
H A DTextSurfaceApi.cpp102 { "get_color_modulation", drawable_api_get_color_modulation }, in register_text_surface_module()
H A DSpriteApi.cpp80 { "get_color_modulation", drawable_api_get_color_modulation }, in register_sprite_module()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/lua/
H A DLuaContext.h679 drawable_api_get_color_modulation, variable