- This wiki is out of date, use the continuation of this wiki instead
Scale modes
From FenixWiki
(Difference between revisions)
Revision as of 23:59, 28 December 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Current revision (01:11, 29 December 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
(One intermediate revision not shown.) | |||
Line 4: | Line 4: | ||
Scale modes are used to set the mode of scaling, by assigning one of them to the [[global variable]] [[scale_mode]]. | Scale modes are used to set the mode of scaling, by assigning one of them to the [[global variable]] [[scale_mode]]. | ||
- | Available since [[Fenix]] [[0.88]]. | + | ''Available since [[Fenix]] [[0.88]].'' |
== List == | == List == | ||
Line 20: | Line 20: | ||
| SCALE_NORMAL2X|| - 4 || - Scale two times; no extra filter. Also called SCALE_NOFILTER. | | SCALE_NORMAL2X|| - 4 || - Scale two times; no extra filter. Also called SCALE_NOFILTER. | ||
|} | |} | ||
- | |||
- | == See also == | ||
- | * [[graph_mode]] |
Current revision
[edit] Definition
Scale modes are used to set the mode of scaling, by assigning one of them to the global variable scale_mode.
[edit] List
Constant | - Value | - Description |
SCALE_NONE | - 0 | - No scale. |
SCALE_SCALE2X | - 1 | - Scale two times; use some filter. Looks like MODE_2XSCALE. |
SCALE_HQ2X | - 2 | - Scale two times; use HQ filter. Looks nice, runs slower. |
SCALE_SCANLINE2X | - 3 | - Scale two times; use scanline filter. |
SCALE_NORMAL2X | - 4 | - Scale two times; no extra filter. Also called SCALE_NOFILTER. |