r13 vs r14
......
692692|| Tunnel || Shrinks the center of the screen, and wraps the edges of the screen around the center, creating a cone-like effect.
693693{{{#!folding Detailed explanation [expand · collapse]
694694The vertical axis of the screen curves to make a circle. The center of the screen stays relatively the same, the bottom part curves clockwise and the top part curves counter-clockwise. The two edges of the screen eventually meet at the left side of the screen, with the x-axis separating the two. This leads to a large chunk of the left-side of the screen to completely disappear. Note that because this causes the right edge of the screen to also wrap around as a circle, the four corners would normally be left blank. The screen is tiled to fill this gap, and this causes some of the far-left side of the screen to appear. }}} [*NoIntensity] ||
695|| 이상한 3D || Applies a rudimentary 3D filter. The screen is zoomed in significantly, and the view is slightly tilted, as if the player is looking from a diagonal top-front position, with brighter pixels protruding out and darker pixels sinking in downwards.
695|| Weird 3D || Applies a rudimentary 3D filter. The screen is zoomed in significantly, and the view is slightly tilted, as if the player is looking from a diagonal top-front position, with brighter pixels protruding out and darker pixels sinking in downwards.
696696{{{#!folding Detailed explanation [expand · collapse]
697697The height of each pixel is determined by the value of the R channel; colors with 100% R is at max height, while colors with 0% R is at a minimum height. The other two channels seemingly have no effect. The height illusion is seemingly created by stretching the screen horizontally, and then offsetting each pixel upwards by its corresponding R value. A color darker than the original is used to draw a line between the original position and the new position, to give it the illusion of height. Pixels lower on the screen are drawn on top of pixels higher than them, giving the illusion of being closer to the camera. A white gradient is additionally applied from the top of the screen to make it look more distant. }}} [*NoIntensity] ||
698|| 흐림 || Blurs the screen by creating eight transparent copies of it, and offsetting them by a small amount. Four of them are offset to the cardinal directions, while the remaining four are offset diagonally, such that the 8 copies form a square. The copies in the corners are significally more transparent. The intensity determines the offset distance.
698|| Blur || Blurs the screen by creating eight transparent copies of it, and offsetting them by a small amount. Four of them are offset to the cardinal directions, while the remaining four are offset diagonally, such that the 8 copies form a square. The copies in the corners are significally more transparent. The intensity determines the offset distance.
699699{{{#!folding Out-of-bounds effects [ expand · collapse ]
700700High magnitude intensity: The copies are offset so much, that each of them can be seen individually.}}} ||
701701|| Blur Focus || Applies blur by creating 4 copies of the screen that get further from the center. The effect itself is also stronger near the edges and corners, leaving the center of the screen relatively unblurred. Also stretches the edges of the screen to make the center pop out. Higher intensities cause the blur to strengthen and the edges to thin more.
......
731731|| Light Water || Causes the screen to deform and wobble. Bright semi-transparent blobs also appear and disappear while generally moving left. The deformation occurs in waves, whose wavelength gets shorter as the intensity increases. Additionally, the bright blobs increase in frequency and decrease in size as the intensity increases. ||
732732|| Falling Petals || Pink and white petals start falling from the top-left of the screen. [*NoIntensity] ||
733733|| Falling Petals (Instant) || Similar to Falling Petals, but a few petals are spawned within the screen instead. [*NoIntensity] ||
734==== 고급 필터 설정 ====
735||<table align=left><table width=300><-2><table bordercolor=#debb7b><colbgcolor=#000><colcolor=#fff> '''{{{+2 고급 필터 설정}}}''' ||
734==== Set Filter Advanced ====
735||<table align=left><table width=300><-2><table bordercolor=#debb7b><colbgcolor=#000><colcolor=#fff> '''{{{+2 Set Filter Advanced}}}''' ||
736736||<-2> [[File:Editor Visual SetFilterAdvanced.png|width=100%]] ||
737|| '''명칭''' || 고급 필터 설정 (SetFilterAdvanced) ||
738|| '''Supports angle offset?''' || Yes ||
739739|| '''Supports easing?''' || Yes ||
......
866866|| FX 헥사곤 || ||
867867|| FX 헥사곤 블랙 || ||
868868|| FX 히프노 || ||
737|| '''Supports angle offset?''' || Yes ||
738|| '''Supports easing?''' || Yes ||
869868|| FX Inver Chromi Lum || ||
870869|| FX 거울 || ||
871870|| FX 플라즈마 || ||
......