Difference between revisions of "Canvas:getFilter"
(Well, here they are now.) |
m (Added newin) |
||
Line 1: | Line 1: | ||
+ | {{newin|[[0.8.0]]|080|type=function}} | ||
Gets the filter mode of the Canvas. | Gets the filter mode of the Canvas. | ||
== Function == | == Function == | ||
Line 15: | Line 16: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Gets the filter mode of the Canvas.}} | {{#set:Description=Gets the filter mode of the Canvas.}} | ||
− | |||
== Other Languages == | == Other Languages == | ||
{{i18n|Canvas:getFilter}} | {{i18n|Canvas:getFilter}} |
Revision as of 03:24, 8 August 2013
Available since LÖVE 0.8.0 |
This function is not supported in earlier versions. |
Gets the filter mode of the Canvas.
Function
Synopsis
min, mag = Canvas:getFilter( )
Arguments
None.
Returns
FilterMode min
- Filter mode used when minifying the canvas.
FilterMode mag
- Filter mode used when magnifying the canvas.
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