Source:getEffect
Available since LÖVE 11.0 |
This function is not supported in earlier versions. |
Gets the filter settings associated to a specific effect.
This function returns nil if the effect was applied with no filter settings associated to it.
Function
Synopsis
filtersettings = Source:getEffect( name, filtersettings )
Arguments
string name
- The name of the effect.
table filtersettings ({})
- An optional empty table that will be filled with the filter settings.
Returns
table filtersettings
- The settings for the filter associated to this effect, or nil if the effect is not present in this Source or has no filter associated. The table has the following fields:
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info